Ubuntu – Which IDE should I use for Vala

application-developmentideprogrammingsoftware-recommendationvala

I think the title explains it already…

Best Answer

As @aperson said, Geany is a very good text editor - It is lightweight with lots of features. It also supports vala (you need to install valac first though for full vala features). A lot of its features are IDE like eg. you can build/run with 1 click.

geany vala

To install, run sudo apt-get install valac geany or search for 'valac' and 'geany' in Ubuntu Software Centre.

Related Question