0

What is the most user friendly IDE for HTML, CSS and JS on ubuntu? I have heard it said that programming on the Linux platform can be quite potent when creating server applications. Can you good people post your photos or screenshots of workspaces where any IDEs are used heavily. Thanks tons...

  • 1
    I personally prefer Aptana Studio for web development, many programmers use Vim with plugins for this. – tikend Jul 01 '13 at 09:43
  • 2
    I agree with tikend. But "most user friendly" is VERY subjetive. Please add in features you consider "Must Have" into your question to narrow down what you consider user friendly. – Rinzwind Jul 01 '13 at 09:46
  • 1
    Sublime text is extremely powerful but simple tool, but it takes times to learn to make it powerful. – Web-E Jul 01 '13 at 09:47
  • do i get Aptana from the SoftWare centre? OMG, SublimeText on UBUNTU??! – user2187504 Jul 01 '13 at 09:52
  • I cant get the aptana studio from the Ubuntu Software center :( – user2187504 Jul 01 '13 at 09:55
  • Many thanks for getting back to me on this one tikend, @Rinzwind, Web-E. Well I'm essentially looking for a simple, no-frills but very functional IDE for my Dell Inspiron Duo running Ubuntu 13.04 which I now use when travelling- I'm sorely missing NotePad++ for windows. – user2187504 Jul 01 '13 at 10:04
  • if you like notepad++ try gedit (it is a text editor that can use syntax highlight ;) (aptana is 3rd party: you need to download it from their site; gedit is a native text editor ;) ) – Rinzwind Jul 01 '13 at 10:06
  • I second @Rinzwind. I cannot imagine anything more friendly than vim, so there you have it. – January Jul 01 '13 at 12:12
  • I refuse to post an "answer" here, for your question is opinion based and therefore should be considered off-topic. Nevertheless, now that @January said Jehova (vim) I can't resist: Have a look at Emacs. ;-) Be warned, powerful text editors like vim or emacs have a very steep learning curve (especially if you want to learn the keyboard shortcuts - what cannot be avoided for vim and strongly encouraged for emacs). – soulsource Jul 04 '13 at 06:04

1 Answers1

0

MonoDevelop is the best IDE for Ubuntu, to install mono in bash:

sudo apt-get install monodevelop

or use the ubuntu software center, search for mono, then install it.

trampster
  • 11,342
nate
  • 307
  • 1
  • 2
  • 7