You are viewing our Forum Archives. To view or take place in current topics click here.
Best IDE for Web Development
Posted:

Best IDE for Web DevelopmentPosted:

Glxy
  • Rising Star
Status: Offline
Joined: Nov 19, 201310Year Member
Posts: 705
Reputation Power: 29
Status: Offline
Joined: Nov 19, 201310Year Member
Posts: 705
Reputation Power: 29
I am looking to start coding websites, but am torn on which IDE to use. Can somebody guide me in the right direction as to which one to choose?
#2. Posted:
Status: Offline
Joined: Jun 19, 201112Year Member
Posts: 1,148
Reputation Power: 52
Status: Offline
Joined: Jun 19, 201112Year Member
Posts: 1,148
Reputation Power: 52
What your probably looking for is a Text editor rather than an IDE .There's a difference between the two so I thought I would just get that out the way

answer from stack over flow - "IDE stands for "Integrated development environment" not just a tool where you write the code ,but you can also compile it and debug it.. text editors in their nature, usually don't do that, they tend to go for a broader approach.. be able to edit all types of files, instead of specializing in a particular type or language.."



I would recommend Sublime text or ATOM, sublime text is $70 but is really easy to get hold of for free if you know what I mean.

Atom is completely free and imo just as good if not better than sublime text.

you can download atom [ Register or Signin to view external links. ]

Just try not to fuss over which text editor you should use as everybody is different and it's not going to effect the quality of the site. You can build a fully functional website in notepad if you wanted to.

good luck
#3. Posted:
Nic
  • Retired Staff
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
Motto: I've been watching you all day.
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
Personally, I like working with [ Register or Signin to view external links. ] . It is basically [ Register or Signin to view external links. ] , but with PHP support. You can download a trial and try it out for 30 days and see if you like it. It has great support for Git, MEAN stacks, a couple of popular frameworks, debugging, refactoring options and automation tools. Sublime Text is more lightweight, PhpStorm/WebStorm offers more features out of the box, and is more useful if you're going to work in a team and start using Git for example.

If you want a free editor then you could give [ Register or Signin to view external links. ] or [ Register or Signin to view external links. ] a go, which are quite popular as well.

lRaaazR wrote What your probably looking for is a Text editor rather than an IDE.

OP didn't mention anything about how he intends to use the software or what he is trying to accomplish, so I'm not really sure how you came to the conclusion that he probably isn't looking for an IDE. There are plenty of web development IDEs out there.
#4. Posted:
Status: Offline
Joined: Jun 19, 201112Year Member
Posts: 1,148
Reputation Power: 52
Status: Offline
Joined: Jun 19, 201112Year Member
Posts: 1,148
Reputation Power: 52
lRaaazR wrote What your probably looking for is a Text editor rather than an IDE.

OP didn't mention anything about how he intends to use the software or what he is trying to accomplish, so I'm not really sure how you came to the conclusion that he probably isn't looking for an IDE. There are plenty of web development IDEs out there.[/quote]

Yeah, I should of worded my post better, what I got from his post was that he is most likely a beginner and is looking to learn the basics e.g HTML and CSS
#5. Posted:
Bighair
  • Powerhouse
Status: Offline
Joined: Sep 26, 201013Year Member
Posts: 401
Reputation Power: 17
Status: Offline
Joined: Sep 26, 201013Year Member
Posts: 401
Reputation Power: 17
Nic wrote Personally, I like working with [ Register or Signin to view external links. ] . It is basically [url=https://www.jetbrains.com/webstorm/]WebStorm[/url


Personnel favourites of mine. Jetbeans also offer student accounts now. Free!
#6. Posted:
speed
  • Retired Staff
Status: Offline
Joined: Jun 11, 200914Year Member
Posts: 9,897
Reputation Power: 3160
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
Status: Offline
Joined: Jun 11, 200914Year Member
Posts: 9,897
Reputation Power: 3160
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
lRaaazR wrote Atom is completely free and imo just as good if not better than sublime text.

you can download atom [ Register or Signin to view external links. ]

Just try not to fuss over which text editor you should use as everybody is different and it's not going to effect the quality of the site. You can build a fully functional website in notepad if you wanted to.

good luck


Sublime is great, but I haven't been able to justify the price.

I use atom at work and love it. I've replaced sublime with atom at home, too. The plugin support is leagues ahead of sublime, and the UI is all around nicer. The only downside I've experienced is that it uses considerably more memory than any of the other editors I've ever used.
#7. Posted:
-Deano
  • Rated Awesome
Status: Offline
Joined: Aug 19, 201013Year Member
Posts: 5,238
Reputation Power: 532
Status: Offline
Joined: Aug 19, 201013Year Member
Posts: 5,238
Reputation Power: 532
Personally, I use Brackets.io because I don't really use IDE stuff - just the live preview.
I've heard Atom is great for plugin support but I haven't used it.

I had a quick look at WebStorm that Speed suggested and that looks pretty cool too considering it has project management support.
#8. Posted:
CriticaI
  • Christmas!
Status: Offline
Joined: Nov 05, 201310Year Member
Posts: 2,743
Reputation Power: 449
Status: Offline
Joined: Nov 05, 201310Year Member
Posts: 2,743
Reputation Power: 449
I would suggest atom like others have said.
But if you are looking for an IDE google chrome has lots of developer features.
#9. Posted:
OriginalGangstaaa
  • Resident Elite
Status: Offline
Joined: Dec 21, 20149Year Member
Posts: 223
Reputation Power: 8
Status: Offline
Joined: Dec 21, 20149Year Member
Posts: 223
Reputation Power: 8
The hands down best Web developement IDE is WEBSTORM from jetbrains it has the best support error indicators and has a great range of support to every languages and automates a lot of tasks for you.
#10. Posted:
Cyimking
  • TTG Senior
Status: Offline
Joined: May 02, 201212Year Member
Posts: 1,129
Reputation Power: 34
Status: Offline
Joined: May 02, 201212Year Member
Posts: 1,129
Reputation Power: 34
I agree with Speed (I love PHPStorm, I used it at work and home!) however it depends on the server side language. If you plan on using C# then Visual Studios is the best (as an example).
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.