help in programming

troxy

Registered Member
Joined
Jun 18, 2015
Messages
70
Reaction score
23
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,...?
 
Eclipse is good but for android development Google is withdrawing it's support soon.
 
Eclipse and Sublime! Any will do, depends on where you are comfortable.
 
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.

good luck
 
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:
 
Last edited:
If you're looking for a commercial solution I would say PHPStorm is the way to go.

Or if you're a student you can get a free license from them as well.

Otherwise you can take a look at NetBeans.
 
Look at JetBrains solutions - great IDEs for most popular languages
 
Back
Top