Saturday, May 4, 2024
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 810  / 3 Years ago, tue, september 21, 2021, 4:27:53

I am looking for a text editor with the following functionalities for php, html and css coding:




  • code folding

    • based on indentation (best example is EditPlus)

    • start at an indentation level and stop at the next indentation of same level or level up


  • line/block duplication

  • brace highlight

  • syntax highlight

  • selection highlight (occurrences)

  • toggle comment line/block

  • good file browser (several directories opened)

  • code snippets



Those are the basic I am looking for.
I tried several editors and found them all wanting at some point.




  • Gedit with plugins

  • Geany with plugins

  • Juffed

  • jEdit

  • scite

  • ultraedit
    ...



The only one really close to have it all is Netbeans except for the code folding based on indentation.



I read that vim is highly configurable but I'm a bit afraid of the learning curve.



If anyone know of my dream editor, please inform me.


More From » software-recommendation

 Answers
7

Vim, or Vi IMproved, provides all of the features you've mentioned (and more) at a relatively low performance hit.



I highly recommend the program vimtutor to get you started. It always comes with Vim, and you can run it from a terminal.



I've used Vim for about a year now, and it's saved me loads of time.



There's a wiki, too.



After you pick up on the basics, it's faster than most editors out there.


[#44105] Tuesday, September 21, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
sigtestim

Total Points: 298
Total Questions: 108
Total Answers: 106

Location: Bermuda
Member since Thu, Apr 20, 2023
1 Year ago
;