hey i'm learning programming and i need a IDE but there is a lot of them and i don't know which one i should use,can you suggest me a great IDE for javascript,php,ruby,perl,...?
If you're using opensource languages like PHP, Ruby and Perl. I'd image you may be using a *NIX based operating system like OSX or Linux. I'd recommend "vim", as it's easily available on most systems. It's a powerful text editor that's totally customizable. You can easily turn it into an IDE. VIM offers syntax highlighting for almost all languages and with a plugin or two you can have syntax checking and autocomplete. Google "VIM IDE" to find VIM's wiki page. Best part is VIM is free.
I've been using Brackets in recent months and I have ditched just about everything else for it.
You really don't need an ide for web languages. I usually stick with something that gives me syntax highlighting and a file tree.
But as was said, try out different editors as there are plenty of free ones and it comes down to preference.
Hello dude, for javascript there is an great online IDE called jsfiddle. Php is a weakly typed language so I'd recommend using a text editor like notepad++, or sublime. (preferably np++ because its free). It has an ftp option and also language coloring. Haven't programed in python or ruby, but my guess is this would work just well for them both. Happy coding :happy:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.