How to Install Codelobster PHP IDE on Ubuntu 18.04 LTS

This tutorial will be showing you how to install Codelobster PHP IDE on Ubuntu 18.04. Codelobster is a full-featured PHP IDE that run on Linux, Mac, and Windows. It is presented on the software market for a long time already, and it wins a lot of fans. First, let’s see what features are in this IDE (Integrated Development Environment).

Codelobster IDE runs fast, does not hang and allows you to work with large PHP projects. You can edit PHP, HTML, CSS and JavaScript files with this software. It highlights the syntax and gives hints for tags, functions and their parameters. This editor easily deals with those files that contain a mixed content. If you insert PHP code in your HTML template, then the editor correctly highlights both HTML tags and PHP functions. The same applies to CSS and JavaScript code, which is contained in HTML files.

The program includes auto-completion function, which greatly speeds up the programmer’s work and eliminates the possibility of errors.

codelobster IDE

Codelobster IDE provides contextual help on all supported programming languages. It uses the most up to date documentation at this moment, downloading it from official sites. So we can quickly get a description of any HTML tag, CSS attribute, PHP or JavaScript function by pressing the F1 key.

The built-in PHP debugger allows you to execute PHP scripts step by step, sequentially moving through the lines of code. You can assign check points, view the process of the work of loops, and monitor the values of all variables during the execution of the script.

You can view the HTML templates directly in the editor, highlight the interesting elements on the page and explore the associated CSS styles. HTML and CSS inspector works by the principle of all known FireBug.

Other useful functions and features of the IDE:

  • A pair highlighting of parentheses and tags – you will never have to count parentheses or quotation marks, the editor will take care of it.

  • Highlighting of blocks, selection and collapsing of code snippets, bookmarks to facilitate navigation on the edited file, recognition and building of the complete structure of PHP projects – these functions ensure easy work with projects of any scale.

  • Support for 17 user interface languages, among them English, German, Russian, Spanish, French and others.

  • The program works on the following operation systems: Windows 7, Windows 8, Windows 10, Mac OS, Linux, Ubuntu, Fedora, Debian.

Codelobster Professional Edition

The professional version of Codelobster IDE provides the programmer with even more features. For example, you have an opportunity to work with projects on a remote server with use of the built-in FTP client. You can edit the selected files, preview the results and then synchronize the changes with the files on the hosting server.

In addition the professional version includes an extensive set of plug-ins:

  • Fully implemented support for JavaScript libraries, such as jQuery, Node.js, AngularJS, BackboneJS and MeteorJS.

  • A large set of extensions that help to work with PHP frameworks – CakePHP, CodeIgniter, Laravel, Phalcon, Smarty, Symfony, Twig and Yii plug-ins.

  • Plugins for working with the most popular CMS – Drupal, Joomla, Magento and WordPress.

We can download and install any framework directly from the program without being distracted from the main tasks.

How to Install Codelobster PHP IDE on Ubuntu 18.04

You can download Codelobster IDE from the official website http://codelobsteride.com.

codelobster for linux

Once the package is downloaded, open up a terminal and change directory to the download folder. For example, if the package is downloaded to the Downloads folder of your home directory, then you need to run the following command.

cd ~/Downloads/

Then install codelobster package with the following command.

sudo dpkg -i codelobsteride-1.1.0_amd64.deb

install codelobster on Ubuntu 18.04

Then you can start Codelobster from your application menu or use the following command to start it.

codelobster

This package comes with 30 days of free trial of the pro features.

codelobster php linux

I hope this tutorial helped you install Codelobster PHP IDE on Ubuntu 18.04 desktop. As always, if you found this post useful, then subscribe to our free newsletter to get more tips and tricks. Take care.

Rate this tutorial
[Total: 1 Average: 5]

3 Responses to “How to Install Codelobster PHP IDE on Ubuntu 18.04 LTS

Leave a Comment

  • Comments with links are moderated by admin before published.
  • Your email address will not be published.
  • Use <pre> ... </pre> HTML tag to quote the output from your terminal/console.
  • Please use the community (https://community.linuxbabe.com) for questions unrelated to this article.
  • I don't have time to answer every question. Making a donation would incentivize me to spend more time answering questions.

The maximum upload file size: 2 MB. You can upload: image. Links to YouTube, Facebook, Twitter and other services inserted in the comment text will be automatically embedded. Drop file here