Home » Questions » Computers [ Ask a new question ]

PHP IDE for Ubuntu Netbook Remix 9.10

PHP IDE for Ubuntu Netbook Remix 9.10

I've installed Ubuntu Netbook Remix on my netbook and I'm wondering what would be a good IDE to use for mainly PHP development. I've used Komodo Edit in past Linux distributions but it doesn't seem to play well with Ubuntu Network Remix (it doesn't shows up in the remix "desktop", and I don't feel like opening the terminal and typing komodo every time I need to code).

Asked by: Guest | Views: 288
Total answers/comments: 2
Guest [Entry]

"I went with Geany: installs out of the box, integrates well with UNR, it's lightweight and supports PHP syntax among many more other languages.

Some basic features of Geany:


Syntax highlighting
Code folding
Symbol name auto-completion
Construct completion/snippets
Auto-closing of XML and HTML tags
Call tips
Many supported filetypes including C, Java, PHP, HTML, Python, Perl,
Pascal (full list)
Symbol lists
Code navigation
Build system to compile and execute your code
Simple project management
Plugin interface (see Plugins)"
Guest [Entry]

Personally I use and recommend VIM....it's powerful, light and totally customizable. You can find scripts and plugins to get it to do anything you want.