I code primarily in jQuery/JavaScript, and I'm looking for a text editor for Linux that has auto-indent and auto-outdent (seems to be tough to find that). Any suggestions? I've checked Gedit, Cream, vim, Bluefish. None of them seem to have this feature.
|
feedback
|
|
Geany has auto-outdent on close brace. | |||
|
feedback
|
|
As far as I know, Vim does indent your code (and it also has a "smartindent" feature which might be equivalent to auto-outdenting. I've never tried it myself but you can do this in your ~/.vimrc
If not, Vim has hundreds of plugins which might get that accomplished. | |||||||||
feedback
|
