+ 1
What is the best IDE or Code editor for web development?
I want to do a website but I don't know what the best environment to work with it. It doesn't matter if it's free or paid the most important thing is to be beginner-friendly and if I get advanced in my work it will still be suitable for me.
2 Réponses
+ 3
there is no "the best"....
VSCodium (not vscode)
hint: next time feel free to use the search form
+ 3
Since you can use a browser for testing and debugging,
The 2 features you absolutely want in any editor are "code completion" and "code collapse".
Beyond those, a bonus would be IDE which can help you visualize CSS layout changes like changing display to relative or absolute, or help with flex or grid layouts.
A couple nice to haves but not required are auto-indenting and coloring your code (tags, strings, attributes, comments).
So check out several of the editors out there to see which strikes the right balance with you on features versus complexity versus ease of use.