I'm doing some development of a website on a VirtualBox guest running Ubuntu 11.04 (host is running Windows, but I want to do the web development in a Linux environment). My development languages are primarily PHP and Javascript (using Apache and node.js). The question is this: is there a good IDE for work under these conditions that can handle running virtualized? I tried Eclipse, and was not particularly thrilled with the performance; I'm wondering if there's some other way to do this than to do all my text editing in emacs.
|
Komodo Edit by ActiveState is a good choice for working with web languages. It's built on a Mozilla foundation, so it has approximately the same overhead as Firefox. |
|||
|
It's called unix and vim. It should already be installed because your using linux ;) If not Enjoy. |
|||
|
I generally treat VMs like remote servers, in that I'll run the IDE locally on Windows, and set up samba shares for loading/saving (or load/save via sftp or something). |
|||||||||||
|
I have used Eclipse on Ubuntu 11.04 installation on hard disk and also on VM. For me the performance is the same on both. Now a days the performance of VMs is quite close to actual systems. You might have allocated less memory to the VM. If you are using dynamic storage disk option then you might try using fixed size to see if it helps. |
|||||||||||
|