+ 5
What ide would you guys recomend?
I want something that i can use for starting to practice and that can be used for advanced codes too. Edit. im rooting for web development
9 Antworten
+ 28
@Wen Qin.. I answered for overall best experience. Its true that with plugins you can convert editors.
After your answer i made it for IDE and again now after @Hatsy said i edited it
+ 27
Visual Studio Code
Atom
Komodo Edit
For more help visit
http://ourcodeworld.com/articles/read/200/top-7-best-free-web-development-ide-for-javascript-html-and-css
+ 19
@Wen Qin I beg to differ. HTML, for example, does not require a compiler. IDEs are any environment in which you code, typical IDEs come with code-completion, perhaps a debugger, but a compiler isn't really necessary. All those listed in @Frost's answer are claimed to be IDE by the developers themselves.
P.S. Teostra is opting for web development.
P.P.S. For the nth time, I need to tell people not to get Code::Blocks...
+ 15
For web development, I would recommend Brackets(my personal favourite), Sublime or Atom. Download links:
www.brackets.io
www.atom.io
www.sublimetext.com
+ 12
@Wen Qin
Who is Hastey?
+ 6
For HTML and CSS mainly
+ 6
Lol XD thanks @Hatsy
+ 6
@Hastey,
Those listed by frost are text editors, but since plugin exists, they can replace IDEs
P.S Should have used Anjuta instead.
+ 5
@frost , those are text editors, not IDEs.
IDEs comes with a compiler, text editor and debugger.
Also, which programming language?
For C#, F#, VB and maybe C++, I recommend Visual Studio Community.
For Java, get eclipse.
C++, Code::Block is a good option.
But web development you need interpreters, and not IDE, so just grab VS Code. Unless you are doing it using ASP.NET or something