CodeLite is a free and open-source cross platform IDE for the C, C++, Rust, Python, PHP and JavaScript programming languages. It is written in C++ and distributed under the terms of the GPLv2 license. It comes with code completion, built-in GDB support, workspace view, file explorer, syntax highlighting, text folding, bookmarks, SpellChecker, text conversion, batch build, git, svn support and you can also extend its features via plugins.
Download CodeLite [Windows, Linux, MacOS]
How to Install CodeLite IDE on Ubuntu
To install CodeLite on your Ubuntu system, run below command in the terminal (ctrl+alt+t) app.
sudo apt install codelite -y
It will install the latest version of CodeLite on your Ubuntu Linux system. After the successful installation of CodeLite, run below command to open CodeLite.
codelite
You can also open CodeLite from the Show Apps from the Ubuntu dash dock.