I'll advise against.
Go get sublime text, load wamp and then use chrome and Firefox for debugging
+1
Exactly what I use.
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
I'll advise against.
Go get sublime text, load wamp and then use chrome and Firefox for debugging
Maybe I should explain why I suggested it. For one in the beginning you are far more likely to do small change iterations and test every time. If you have to save and run from something like VS then open the debuggers etc it wastes a lot of time. In chrome the change will reflect almost instantly.
All the tools are right there all the time. Just changed your for loop to a jQuery each loop? Lets see the performace hit in the profile tab. Or watch my http get message in the network tab.
For me its the ideal environment to learn and you can actually see the effects of changes youve made as well as learn many tools that would make you a better dev as you can see the net effect of what your code has done.
For the same reason I didn't mention IntelliJ....overkill for web devNo votes for NetBeans? I find it quite powerful when developing HTML / CSS / JS...
No votes for NetBeans? I find it quite powerful when developing HTML / CSS / JS...
There's always that one geyser...vi allthe way!![]()
Powerful but very bloated from what I remember, and slow (unless installed on an SSD).
For basic front-end development, I stick with lightweight editors. I've tried Sublime Text, Notepad++, Atom, VS Code, NetBeans,
Brackets. I've been sticking with Atom these days, unless my app/site is running from a .NET backend, then VS Community edition.
HTML, CSS and JS? Notepad. Not even notepadd++