
So it will help you in speed up the coding speed.Ĭolor picker: For web developers who do a lot of CSS coding, you often need to insert hexadecimal or RGB color codes. So searching and editing files becomes easier because each time you want to open a file, you don’t need to switch the window for a File browser program such as nautilus.īracket Completion: When you type a bracket, then it will automatically insert the closing bracket at the next cursor point. You can also specify shortcuts keys if you don’t prefer to use trigger, not only that custom targets can also be specified.įile Browser: That’s really very useful when you’re editing multiple files together, as it can show you the files in a hierarchy. There are already a lot of snippets available for use (for many programming language with intelligent Tab triggers that you can just guess after understanding the pattern) and of course you can define your own – custom snippets.
#GEDIT SOURCE CODE BROWSER CODE#
For Example – if you are writing a CSS code for a web designing project, then a CSS style can be used several times in the project. Snippets: Code snippets are good for reusing code blocks at multiple places without writing it again, in fact just by typing the trigger, followed by Tab key will insert the code snippet at the cursor. Open gedit and go to Edit -> Preferences -> Plugins and select the plugin you want to activate.

#GEDIT SOURCE CODE BROWSER INSTALL#
On Ubuntu 12.04/11.10/ or any other Debian based Distro sudo apt-get install gedit-pluginsįedora or RPM based distro sudo yum install gedit-plugins There are some cool plugins installed by default, so you just need to enable it from preferences => plugins.

Since gedit, like any other great free software, supports plugin-approach to extend the functionality, this post is all about some cool gedit plugins that will help you in programming with gedit text editor. Gedit comes installed by default with the GNOME based Distro. it’s fast and easy to use, that’s why most programmer prefer gedit instead of heavy bloated IDEs (such as Eclipse). By default, gedit is very powerful – you can edit simple text files and any source code (it will highlight the code accordingly). gedit is very simple to use and requires no special skills to get started although learning about the features and shortcuts will eventually boost your productivity. Gedit is the most popular text editor on GNU/Linux distributions, specially – Ubuntu, Linux Mint, Debian, Fedora etc.
