CodeLobster: a cross-platform IDE for PHP development

codelobster_logo

When dealing with build a website from scratch and even using a CMS, the most recommended and even used option is the use of PHP. For this case we can use a code editor and even one of the best options is to use an IDE (integrated development environment).

For this case we can make use of CodeLobster which is a popular PHP development IDE with additional support for HTML, CSS, and JavaScript. It has three versions, the first of which is a free edition which offers users basic code editing tools.

The Lite version, on the other hand, provides users with access to the most advanced encoding features, while the Pro version provides users with more than ten additional plug-ins that extend the functionality of the software.

It has extensive support for encoding process when producing websites and applications, using HTML, CSS, JavaScript and PHP.

Furthermore, have been incorporated into plugins for popular frameworks and CMS: CakePHP, CodeIgnite r, Drupal, JQuery, Joomla, Smarty, Symfony, WordPress among others.

For HTML CodeLobster offers autocomplete and attributes for the current tag, paired tag marks, appropriate attributes and attribute values, and dynamic help for syntax.

SQL is also heavily supported, allowing you to manage your DB assets, run queries, export and import data, etc.

About CodeLobster PHP editor

This IDE also has support for FTP connections allowing the user to work with remote files as if they were on their local machine.

CodeLobster PHP Editor can have a learning curve for those new to coding, but intermediate developers can be straightforward, easy to use, and familiar.

They can especially benefit from the application's autocomplete function for different programming languages, including CSS.

Although CodeLobster PHP Editor is primarily a PH-focused IDE, it also offers support for other languages ​​such as HTML, CSS, and JavaScript.

This makes it a dynamic platform, as it allows developers to perform multi-language related tasks in a single interface.

Between Its main characteristics that we can highlight, we find:

  • HTML editor
  • HTML code inspector
  • CSS editor
  • javascript-editor
  • PHP editor
  • PHP debugger
  • Syntax highlighting
  • Syntax autocompletion
  • Support for FTP / SFTP connections
  • SQLManager
  • Version control system
  • Validation code
  • Format code
  • Sass & Less
  • Code comparison in two windows within the application
  • Js support
  • Classification and conversion
  • CMS plugins
  • Plug-in framework
  • JavaScript plugins

Between these, we can highlight that it has an internal PHP debugging user interface that is available even for users of the free version, along with a wide variety of related tools.

Code Lobster

Users even have the option of specifying settings before running debugging tools, so you can make sure all your code is valid before uploading to a web server.

How to install CodeLobster PHP Editor on Ubuntu 18.04 LTS?

If you want to install this PHP IDE on your system you can follow the instructions that we share below.

Only We must go to the official website of the project and in its download section we can obtain the deb package with which we can install the application on our system.

This package It is valid for Debian, Ubuntu, Linux Mint or any distribution derived from these, we can download the following deb package with which we can install the IDE.

wget http://codelobsteride.com/download/codelobsteride-1.2.1_amd64.deb

Done the download we can install with our favorite package manager or from the terminal we only have to type the following command:

sudo dpkg -i codelobsteride-1.2.1_amd64.deb

In case of having problems with the dependencies, we just type:

sudo apt -f install

How to uninstall CodeLobster PHP Editor from Ubuntu 18.04 LTS and derivatives?

To remove this software from your computer, you just have to open a terminal and execute the following command in it:

sudo apt remove codelobsteride*