Best Dev Environment for Front End Work?

Soldato
Joined
16 Jun 2013
Posts
5,381
One thing that annoys me about Dreamweaver is that it is incapable of displaying the code as you would see it in the browser.

As in the WYSIWYG editor?

I love using it but can't understand why they haven't just implemented Webkit, Gecko, Trident, Blink and allow live switching between them.
 
Associate
Joined
19 Jul 2011
Posts
63
Personally I like to just use Visual Studio 2015, though I also do a lot of development for desktop.

I hear lots of good things about Visual Studio Code which is essentially a cut down version of VS aimed more towards web development,it gives syntax highlighting, intellisense, Git support etc. Notepad++ is also a good option.
 
Associate
Joined
14 May 2006
Posts
1,285
I've moved to Visual Studio Code from Atom / Notepad++ and it's pretty good so far. I use Visual Studio for major projects but Code is working well for everything else.

I guess it depends on what features you are looking for, there is a large number of extensions that add additional functionality to visual studio code but it won't give you WYSIWYG functionality. It does have good git integration, syntax highlighting and intellisense though!
 
Associate
Joined
11 Jun 2015
Posts
12
Location
Essex
Personally am a big fan of VS2015 (paid), it's just a nice and intuitive IDE. But Sublime Text is also very good with an unlimited amount of plugins and is somewhat free.
 
Associate
Joined
16 Aug 2010
Posts
1,365
Location
UK
Yeah JetBrains make great IDEs. Forgot about Webstorm. It is good if you want an IDE rather than just a text editor for front-end development.
 
Associate
Joined
22 Jun 2012
Posts
1,069
I Love Atom, But then I write all my frontend code and just refresh the browser where it will show you a "correct" preview.

I always found things like Dreamweaver add in so much bloat code that just made stuff act oddly, Then this was many many years ago.
 
Soldato
Joined
7 Jun 2003
Posts
6,234
Location
Leicestershire
I use PHP Storm for most of the projects I work on, Sublime for little things. For the rest of the env, I use homestead for the bigger projects where I need to match the production sever, or MAMP and CodeKit for the day to day stuff.
 
Back
Top Bottom