+ 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.

27th Jan 2025, 8:24 PM
Dux
Dux - avatar
2 odpowiedzi
+ 3
there is no "the best".... VSCodium (not vscode) hint: next time feel free to use the search form
27th Jan 2025, 8:49 PM
Mihaly Nyilas
Mihaly Nyilas - avatar
+ 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.
27th Jan 2025, 11:08 PM
Shardis Wolfe