Which IDE should I use for Vala?












16















I think the title explains it already...










share|improve this question





























    16















    I think the title explains it already...










    share|improve this question



























      16












      16








      16


      3






      I think the title explains it already...










      share|improve this question
















      I think the title explains it already...







      software-recommendation programming application-development ide vala






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Oct 10 '11 at 17:40









      David Planella

      11.4k662123




      11.4k662123










      asked Aug 30 '10 at 4:34







      bols-i





























          8 Answers
          8






          active

          oldest

          votes


















          13














          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.






          share|improve this answer
























          • You apparently have the better answer. I guess I need to be more informative to appease the community.

            – aperson
            Aug 30 '10 at 21:18











          • How in the world can one compile all the files in the project with Vala? I know there are build/compile options, but I haven't a clue how to get them linked so I can use one file in another.

            – weberc2
            May 30 '12 at 15:32



















          9














          There is new project called Valama, you can check:



          https://github.com/Valama/valama



          It uses gtksourceview, so editor experience is similar to gedit, but it's still in early development phase.



          UPDATE: It is getting better every day, there is active development on going.






          share|improve this answer

































            6














            There are two plugins for Gedit that provide Vala support. Valencia and VTG both add autocompletion, symbol browsing and basic project management through makefiles



            Valencia is the easier of the two to setup because VTG depends on gtksourcecompletion, but VTG has made several recent releases.



            http://yorba.org/valencia/
            http://code.google.com/p/vtg/






            share|improve this answer
























            • Someone unrelated but I think your Vala blog is about to disappear unfortunately. It's been useful for me and probably others as well so it's a shame to see it go.

              – pre-kidney
              May 8 '13 at 22:43



















            4














            Anjuta supports vala since ver. 2.31.3 and there's a nice plugin for gedit. http://redmine.yorba.org/projects/valencia/wiki






            share|improve this answer

































              3














              I can't recommend an IDE specifically, but I can recommend Geany as a great text editor.






              share|improve this answer



















              • 4





                Sorry I cant answer your question so here is an answer to a question I do know the answer to.

                – trampster
                Aug 30 '10 at 5:32











              • I don't see the need for IDEs because text editors like geany sort of negate any of my reasons for one. I'm sorry you couldn't find my comment helpful; I feel my answer is still relevant to the question asked.

                – aperson
                Aug 30 '10 at 6:29






              • 2





                IDE's are merely over-glorified text editors.

                – Marco Ceppi
                Aug 30 '10 at 14:03






              • 1





                +1 You can't be voted down for saying Geany when the top answer so far is .. Geany. Geany rocks and I would argue that with the terminal plugin, you can use ssh / scp / ftp / svn / bzr / diff / meld etc from the command line. It has all the features you get in a "real" IDE. BTW I don't program in Vala so perhaps I should get voted down too.

                – Richard Holloway
                Aug 31 '10 at 14:55













              • I don't care about the downvotes, what puzzles me is that my answer was the first. In any case, I love geany and it's my editor of choice. It has a great feature set and is immensely useful.

                – aperson
                Aug 31 '10 at 15:16



















              2














              Val(a)IDE seems to be the only IDE with Vala support, so if you want an IDE that is properly the way to go. Personally I use Vim for my coding needs, I think it makes good sense to use a powerfull editor instead of a single purpose IDE.

              Instead of knowing 20% of the commands (keyboard shortcuts) in five IDE's I can get to know 99% of the commands in one editor.






              share|improve this answer


























              • Except manually editing CMake/Make/Automake projects is a pain and that alone merits an IDE. I'm a big VIM fan, but if I need project management, I'd have to go with an IDE. And that's not even taking into account the convenience of auto complete, symbol tables, real-time syntax checking, etc.

                – weberc2
                Jan 7 '13 at 21:37



















              1














              You could use Val(a)IDE, you can find the source/binary at launchpad



              The link to Val(a)IDE given by SourceLab seems to be broken.



              References:




              • Vala (programming)

              • Official Vala Documentation






              share|improve this answer

































                0














                Surprised no one has mentioned Gnome Builder.



                Upon opening the IDE, you can see the kinds of projects it supports (which also includes ones written in Vala):



                enter image description here



                enter image description here






                share|improve this answer

























                  Your Answer








                  StackExchange.ready(function() {
                  var channelOptions = {
                  tags: "".split(" "),
                  id: "89"
                  };
                  initTagRenderer("".split(" "), "".split(" "), channelOptions);

                  StackExchange.using("externalEditor", function() {
                  // Have to fire editor after snippets, if snippets enabled
                  if (StackExchange.settings.snippets.snippetsEnabled) {
                  StackExchange.using("snippets", function() {
                  createEditor();
                  });
                  }
                  else {
                  createEditor();
                  }
                  });

                  function createEditor() {
                  StackExchange.prepareEditor({
                  heartbeatType: 'answer',
                  autoActivateHeartbeat: false,
                  convertImagesToLinks: true,
                  noModals: true,
                  showLowRepImageUploadWarning: true,
                  reputationToPostImages: 10,
                  bindNavPrevention: true,
                  postfix: "",
                  imageUploader: {
                  brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                  contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                  allowUrls: true
                  },
                  onDemand: true,
                  discardSelector: ".discard-answer"
                  ,immediatelyShowMarkdownHelp:true
                  });


                  }
                  });














                  draft saved

                  draft discarded


















                  StackExchange.ready(
                  function () {
                  StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f3306%2fwhich-ide-should-i-use-for-vala%23new-answer', 'question_page');
                  }
                  );

                  Post as a guest















                  Required, but never shown
























                  8 Answers
                  8






                  active

                  oldest

                  votes








                  8 Answers
                  8






                  active

                  oldest

                  votes









                  active

                  oldest

                  votes






                  active

                  oldest

                  votes









                  13














                  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.






                  share|improve this answer
























                  • You apparently have the better answer. I guess I need to be more informative to appease the community.

                    – aperson
                    Aug 30 '10 at 21:18











                  • How in the world can one compile all the files in the project with Vala? I know there are build/compile options, but I haven't a clue how to get them linked so I can use one file in another.

                    – weberc2
                    May 30 '12 at 15:32
















                  13














                  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.






                  share|improve this answer
























                  • You apparently have the better answer. I guess I need to be more informative to appease the community.

                    – aperson
                    Aug 30 '10 at 21:18











                  • How in the world can one compile all the files in the project with Vala? I know there are build/compile options, but I haven't a clue how to get them linked so I can use one file in another.

                    – weberc2
                    May 30 '12 at 15:32














                  13












                  13








                  13







                  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.






                  share|improve this 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.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Aug 30 '10 at 12:45









                  dv3500eadv3500ea

                  28.8k1289143




                  28.8k1289143













                  • You apparently have the better answer. I guess I need to be more informative to appease the community.

                    – aperson
                    Aug 30 '10 at 21:18











                  • How in the world can one compile all the files in the project with Vala? I know there are build/compile options, but I haven't a clue how to get them linked so I can use one file in another.

                    – weberc2
                    May 30 '12 at 15:32



















                  • You apparently have the better answer. I guess I need to be more informative to appease the community.

                    – aperson
                    Aug 30 '10 at 21:18











                  • How in the world can one compile all the files in the project with Vala? I know there are build/compile options, but I haven't a clue how to get them linked so I can use one file in another.

                    – weberc2
                    May 30 '12 at 15:32

















                  You apparently have the better answer. I guess I need to be more informative to appease the community.

                  – aperson
                  Aug 30 '10 at 21:18





                  You apparently have the better answer. I guess I need to be more informative to appease the community.

                  – aperson
                  Aug 30 '10 at 21:18













                  How in the world can one compile all the files in the project with Vala? I know there are build/compile options, but I haven't a clue how to get them linked so I can use one file in another.

                  – weberc2
                  May 30 '12 at 15:32





                  How in the world can one compile all the files in the project with Vala? I know there are build/compile options, but I haven't a clue how to get them linked so I can use one file in another.

                  – weberc2
                  May 30 '12 at 15:32













                  9














                  There is new project called Valama, you can check:



                  https://github.com/Valama/valama



                  It uses gtksourceview, so editor experience is similar to gedit, but it's still in early development phase.



                  UPDATE: It is getting better every day, there is active development on going.






                  share|improve this answer






























                    9














                    There is new project called Valama, you can check:



                    https://github.com/Valama/valama



                    It uses gtksourceview, so editor experience is similar to gedit, but it's still in early development phase.



                    UPDATE: It is getting better every day, there is active development on going.






                    share|improve this answer




























                      9












                      9








                      9







                      There is new project called Valama, you can check:



                      https://github.com/Valama/valama



                      It uses gtksourceview, so editor experience is similar to gedit, but it's still in early development phase.



                      UPDATE: It is getting better every day, there is active development on going.






                      share|improve this answer















                      There is new project called Valama, you can check:



                      https://github.com/Valama/valama



                      It uses gtksourceview, so editor experience is similar to gedit, but it's still in early development phase.



                      UPDATE: It is getting better every day, there is active development on going.







                      share|improve this answer














                      share|improve this answer



                      share|improve this answer








                      edited May 31 '13 at 10:02

























                      answered Mar 19 '13 at 23:17









                      10robinho10robinho

                      31129




                      31129























                          6














                          There are two plugins for Gedit that provide Vala support. Valencia and VTG both add autocompletion, symbol browsing and basic project management through makefiles



                          Valencia is the easier of the two to setup because VTG depends on gtksourcecompletion, but VTG has made several recent releases.



                          http://yorba.org/valencia/
                          http://code.google.com/p/vtg/






                          share|improve this answer
























                          • Someone unrelated but I think your Vala blog is about to disappear unfortunately. It's been useful for me and probably others as well so it's a shame to see it go.

                            – pre-kidney
                            May 8 '13 at 22:43
















                          6














                          There are two plugins for Gedit that provide Vala support. Valencia and VTG both add autocompletion, symbol browsing and basic project management through makefiles



                          Valencia is the easier of the two to setup because VTG depends on gtksourcecompletion, but VTG has made several recent releases.



                          http://yorba.org/valencia/
                          http://code.google.com/p/vtg/






                          share|improve this answer
























                          • Someone unrelated but I think your Vala blog is about to disappear unfortunately. It's been useful for me and probably others as well so it's a shame to see it go.

                            – pre-kidney
                            May 8 '13 at 22:43














                          6












                          6








                          6







                          There are two plugins for Gedit that provide Vala support. Valencia and VTG both add autocompletion, symbol browsing and basic project management through makefiles



                          Valencia is the easier of the two to setup because VTG depends on gtksourcecompletion, but VTG has made several recent releases.



                          http://yorba.org/valencia/
                          http://code.google.com/p/vtg/






                          share|improve this answer













                          There are two plugins for Gedit that provide Vala support. Valencia and VTG both add autocompletion, symbol browsing and basic project management through makefiles



                          Valencia is the easier of the two to setup because VTG depends on gtksourcecompletion, but VTG has made several recent releases.



                          http://yorba.org/valencia/
                          http://code.google.com/p/vtg/







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Aug 31 '10 at 1:23









                          Bob HazardBob Hazard

                          713




                          713













                          • Someone unrelated but I think your Vala blog is about to disappear unfortunately. It's been useful for me and probably others as well so it's a shame to see it go.

                            – pre-kidney
                            May 8 '13 at 22:43



















                          • Someone unrelated but I think your Vala blog is about to disappear unfortunately. It's been useful for me and probably others as well so it's a shame to see it go.

                            – pre-kidney
                            May 8 '13 at 22:43

















                          Someone unrelated but I think your Vala blog is about to disappear unfortunately. It's been useful for me and probably others as well so it's a shame to see it go.

                          – pre-kidney
                          May 8 '13 at 22:43





                          Someone unrelated but I think your Vala blog is about to disappear unfortunately. It's been useful for me and probably others as well so it's a shame to see it go.

                          – pre-kidney
                          May 8 '13 at 22:43











                          4














                          Anjuta supports vala since ver. 2.31.3 and there's a nice plugin for gedit. http://redmine.yorba.org/projects/valencia/wiki






                          share|improve this answer






























                            4














                            Anjuta supports vala since ver. 2.31.3 and there's a nice plugin for gedit. http://redmine.yorba.org/projects/valencia/wiki






                            share|improve this answer




























                              4












                              4








                              4







                              Anjuta supports vala since ver. 2.31.3 and there's a nice plugin for gedit. http://redmine.yorba.org/projects/valencia/wiki






                              share|improve this answer















                              Anjuta supports vala since ver. 2.31.3 and there's a nice plugin for gedit. http://redmine.yorba.org/projects/valencia/wiki







                              share|improve this answer














                              share|improve this answer



                              share|improve this answer








                              edited Dec 3 '12 at 11:52









                              Community

                              1




                              1










                              answered Aug 30 '10 at 10:53









                              gerdkgerdk

                              812




                              812























                                  3














                                  I can't recommend an IDE specifically, but I can recommend Geany as a great text editor.






                                  share|improve this answer



















                                  • 4





                                    Sorry I cant answer your question so here is an answer to a question I do know the answer to.

                                    – trampster
                                    Aug 30 '10 at 5:32











                                  • I don't see the need for IDEs because text editors like geany sort of negate any of my reasons for one. I'm sorry you couldn't find my comment helpful; I feel my answer is still relevant to the question asked.

                                    – aperson
                                    Aug 30 '10 at 6:29






                                  • 2





                                    IDE's are merely over-glorified text editors.

                                    – Marco Ceppi
                                    Aug 30 '10 at 14:03






                                  • 1





                                    +1 You can't be voted down for saying Geany when the top answer so far is .. Geany. Geany rocks and I would argue that with the terminal plugin, you can use ssh / scp / ftp / svn / bzr / diff / meld etc from the command line. It has all the features you get in a "real" IDE. BTW I don't program in Vala so perhaps I should get voted down too.

                                    – Richard Holloway
                                    Aug 31 '10 at 14:55













                                  • I don't care about the downvotes, what puzzles me is that my answer was the first. In any case, I love geany and it's my editor of choice. It has a great feature set and is immensely useful.

                                    – aperson
                                    Aug 31 '10 at 15:16
















                                  3














                                  I can't recommend an IDE specifically, but I can recommend Geany as a great text editor.






                                  share|improve this answer



















                                  • 4





                                    Sorry I cant answer your question so here is an answer to a question I do know the answer to.

                                    – trampster
                                    Aug 30 '10 at 5:32











                                  • I don't see the need for IDEs because text editors like geany sort of negate any of my reasons for one. I'm sorry you couldn't find my comment helpful; I feel my answer is still relevant to the question asked.

                                    – aperson
                                    Aug 30 '10 at 6:29






                                  • 2





                                    IDE's are merely over-glorified text editors.

                                    – Marco Ceppi
                                    Aug 30 '10 at 14:03






                                  • 1





                                    +1 You can't be voted down for saying Geany when the top answer so far is .. Geany. Geany rocks and I would argue that with the terminal plugin, you can use ssh / scp / ftp / svn / bzr / diff / meld etc from the command line. It has all the features you get in a "real" IDE. BTW I don't program in Vala so perhaps I should get voted down too.

                                    – Richard Holloway
                                    Aug 31 '10 at 14:55













                                  • I don't care about the downvotes, what puzzles me is that my answer was the first. In any case, I love geany and it's my editor of choice. It has a great feature set and is immensely useful.

                                    – aperson
                                    Aug 31 '10 at 15:16














                                  3












                                  3








                                  3







                                  I can't recommend an IDE specifically, but I can recommend Geany as a great text editor.






                                  share|improve this answer













                                  I can't recommend an IDE specifically, but I can recommend Geany as a great text editor.







                                  share|improve this answer












                                  share|improve this answer



                                  share|improve this answer










                                  answered Aug 30 '10 at 5:10









                                  apersonaperson

                                  913714




                                  913714








                                  • 4





                                    Sorry I cant answer your question so here is an answer to a question I do know the answer to.

                                    – trampster
                                    Aug 30 '10 at 5:32











                                  • I don't see the need for IDEs because text editors like geany sort of negate any of my reasons for one. I'm sorry you couldn't find my comment helpful; I feel my answer is still relevant to the question asked.

                                    – aperson
                                    Aug 30 '10 at 6:29






                                  • 2





                                    IDE's are merely over-glorified text editors.

                                    – Marco Ceppi
                                    Aug 30 '10 at 14:03






                                  • 1





                                    +1 You can't be voted down for saying Geany when the top answer so far is .. Geany. Geany rocks and I would argue that with the terminal plugin, you can use ssh / scp / ftp / svn / bzr / diff / meld etc from the command line. It has all the features you get in a "real" IDE. BTW I don't program in Vala so perhaps I should get voted down too.

                                    – Richard Holloway
                                    Aug 31 '10 at 14:55













                                  • I don't care about the downvotes, what puzzles me is that my answer was the first. In any case, I love geany and it's my editor of choice. It has a great feature set and is immensely useful.

                                    – aperson
                                    Aug 31 '10 at 15:16














                                  • 4





                                    Sorry I cant answer your question so here is an answer to a question I do know the answer to.

                                    – trampster
                                    Aug 30 '10 at 5:32











                                  • I don't see the need for IDEs because text editors like geany sort of negate any of my reasons for one. I'm sorry you couldn't find my comment helpful; I feel my answer is still relevant to the question asked.

                                    – aperson
                                    Aug 30 '10 at 6:29






                                  • 2





                                    IDE's are merely over-glorified text editors.

                                    – Marco Ceppi
                                    Aug 30 '10 at 14:03






                                  • 1





                                    +1 You can't be voted down for saying Geany when the top answer so far is .. Geany. Geany rocks and I would argue that with the terminal plugin, you can use ssh / scp / ftp / svn / bzr / diff / meld etc from the command line. It has all the features you get in a "real" IDE. BTW I don't program in Vala so perhaps I should get voted down too.

                                    – Richard Holloway
                                    Aug 31 '10 at 14:55













                                  • I don't care about the downvotes, what puzzles me is that my answer was the first. In any case, I love geany and it's my editor of choice. It has a great feature set and is immensely useful.

                                    – aperson
                                    Aug 31 '10 at 15:16








                                  4




                                  4





                                  Sorry I cant answer your question so here is an answer to a question I do know the answer to.

                                  – trampster
                                  Aug 30 '10 at 5:32





                                  Sorry I cant answer your question so here is an answer to a question I do know the answer to.

                                  – trampster
                                  Aug 30 '10 at 5:32













                                  I don't see the need for IDEs because text editors like geany sort of negate any of my reasons for one. I'm sorry you couldn't find my comment helpful; I feel my answer is still relevant to the question asked.

                                  – aperson
                                  Aug 30 '10 at 6:29





                                  I don't see the need for IDEs because text editors like geany sort of negate any of my reasons for one. I'm sorry you couldn't find my comment helpful; I feel my answer is still relevant to the question asked.

                                  – aperson
                                  Aug 30 '10 at 6:29




                                  2




                                  2





                                  IDE's are merely over-glorified text editors.

                                  – Marco Ceppi
                                  Aug 30 '10 at 14:03





                                  IDE's are merely over-glorified text editors.

                                  – Marco Ceppi
                                  Aug 30 '10 at 14:03




                                  1




                                  1





                                  +1 You can't be voted down for saying Geany when the top answer so far is .. Geany. Geany rocks and I would argue that with the terminal plugin, you can use ssh / scp / ftp / svn / bzr / diff / meld etc from the command line. It has all the features you get in a "real" IDE. BTW I don't program in Vala so perhaps I should get voted down too.

                                  – Richard Holloway
                                  Aug 31 '10 at 14:55







                                  +1 You can't be voted down for saying Geany when the top answer so far is .. Geany. Geany rocks and I would argue that with the terminal plugin, you can use ssh / scp / ftp / svn / bzr / diff / meld etc from the command line. It has all the features you get in a "real" IDE. BTW I don't program in Vala so perhaps I should get voted down too.

                                  – Richard Holloway
                                  Aug 31 '10 at 14:55















                                  I don't care about the downvotes, what puzzles me is that my answer was the first. In any case, I love geany and it's my editor of choice. It has a great feature set and is immensely useful.

                                  – aperson
                                  Aug 31 '10 at 15:16





                                  I don't care about the downvotes, what puzzles me is that my answer was the first. In any case, I love geany and it's my editor of choice. It has a great feature set and is immensely useful.

                                  – aperson
                                  Aug 31 '10 at 15:16











                                  2














                                  Val(a)IDE seems to be the only IDE with Vala support, so if you want an IDE that is properly the way to go. Personally I use Vim for my coding needs, I think it makes good sense to use a powerfull editor instead of a single purpose IDE.

                                  Instead of knowing 20% of the commands (keyboard shortcuts) in five IDE's I can get to know 99% of the commands in one editor.






                                  share|improve this answer


























                                  • Except manually editing CMake/Make/Automake projects is a pain and that alone merits an IDE. I'm a big VIM fan, but if I need project management, I'd have to go with an IDE. And that's not even taking into account the convenience of auto complete, symbol tables, real-time syntax checking, etc.

                                    – weberc2
                                    Jan 7 '13 at 21:37
















                                  2














                                  Val(a)IDE seems to be the only IDE with Vala support, so if you want an IDE that is properly the way to go. Personally I use Vim for my coding needs, I think it makes good sense to use a powerfull editor instead of a single purpose IDE.

                                  Instead of knowing 20% of the commands (keyboard shortcuts) in five IDE's I can get to know 99% of the commands in one editor.






                                  share|improve this answer


























                                  • Except manually editing CMake/Make/Automake projects is a pain and that alone merits an IDE. I'm a big VIM fan, but if I need project management, I'd have to go with an IDE. And that's not even taking into account the convenience of auto complete, symbol tables, real-time syntax checking, etc.

                                    – weberc2
                                    Jan 7 '13 at 21:37














                                  2












                                  2








                                  2







                                  Val(a)IDE seems to be the only IDE with Vala support, so if you want an IDE that is properly the way to go. Personally I use Vim for my coding needs, I think it makes good sense to use a powerfull editor instead of a single purpose IDE.

                                  Instead of knowing 20% of the commands (keyboard shortcuts) in five IDE's I can get to know 99% of the commands in one editor.






                                  share|improve this answer















                                  Val(a)IDE seems to be the only IDE with Vala support, so if you want an IDE that is properly the way to go. Personally I use Vim for my coding needs, I think it makes good sense to use a powerfull editor instead of a single purpose IDE.

                                  Instead of knowing 20% of the commands (keyboard shortcuts) in five IDE's I can get to know 99% of the commands in one editor.







                                  share|improve this answer














                                  share|improve this answer



                                  share|improve this answer








                                  edited Jan 25 '14 at 8:05









                                  Avinash R

                                  179314




                                  179314










                                  answered Aug 30 '10 at 8:23









                                  LassePoulsenLassePoulsen

                                  11.6k83857




                                  11.6k83857













                                  • Except manually editing CMake/Make/Automake projects is a pain and that alone merits an IDE. I'm a big VIM fan, but if I need project management, I'd have to go with an IDE. And that's not even taking into account the convenience of auto complete, symbol tables, real-time syntax checking, etc.

                                    – weberc2
                                    Jan 7 '13 at 21:37



















                                  • Except manually editing CMake/Make/Automake projects is a pain and that alone merits an IDE. I'm a big VIM fan, but if I need project management, I'd have to go with an IDE. And that's not even taking into account the convenience of auto complete, symbol tables, real-time syntax checking, etc.

                                    – weberc2
                                    Jan 7 '13 at 21:37

















                                  Except manually editing CMake/Make/Automake projects is a pain and that alone merits an IDE. I'm a big VIM fan, but if I need project management, I'd have to go with an IDE. And that's not even taking into account the convenience of auto complete, symbol tables, real-time syntax checking, etc.

                                  – weberc2
                                  Jan 7 '13 at 21:37





                                  Except manually editing CMake/Make/Automake projects is a pain and that alone merits an IDE. I'm a big VIM fan, but if I need project management, I'd have to go with an IDE. And that's not even taking into account the convenience of auto complete, symbol tables, real-time syntax checking, etc.

                                  – weberc2
                                  Jan 7 '13 at 21:37











                                  1














                                  You could use Val(a)IDE, you can find the source/binary at launchpad



                                  The link to Val(a)IDE given by SourceLab seems to be broken.



                                  References:




                                  • Vala (programming)

                                  • Official Vala Documentation






                                  share|improve this answer






























                                    1














                                    You could use Val(a)IDE, you can find the source/binary at launchpad



                                    The link to Val(a)IDE given by SourceLab seems to be broken.



                                    References:




                                    • Vala (programming)

                                    • Official Vala Documentation






                                    share|improve this answer




























                                      1












                                      1








                                      1







                                      You could use Val(a)IDE, you can find the source/binary at launchpad



                                      The link to Val(a)IDE given by SourceLab seems to be broken.



                                      References:




                                      • Vala (programming)

                                      • Official Vala Documentation






                                      share|improve this answer















                                      You could use Val(a)IDE, you can find the source/binary at launchpad



                                      The link to Val(a)IDE given by SourceLab seems to be broken.



                                      References:




                                      • Vala (programming)

                                      • Official Vala Documentation







                                      share|improve this answer














                                      share|improve this answer



                                      share|improve this answer








                                      edited Apr 13 '17 at 12:23









                                      Community

                                      1




                                      1










                                      answered Apr 13 '13 at 18:52









                                      Avinash RAvinash R

                                      179314




                                      179314























                                          0














                                          Surprised no one has mentioned Gnome Builder.



                                          Upon opening the IDE, you can see the kinds of projects it supports (which also includes ones written in Vala):



                                          enter image description here



                                          enter image description here






                                          share|improve this answer






























                                            0














                                            Surprised no one has mentioned Gnome Builder.



                                            Upon opening the IDE, you can see the kinds of projects it supports (which also includes ones written in Vala):



                                            enter image description here



                                            enter image description here






                                            share|improve this answer




























                                              0












                                              0








                                              0







                                              Surprised no one has mentioned Gnome Builder.



                                              Upon opening the IDE, you can see the kinds of projects it supports (which also includes ones written in Vala):



                                              enter image description here



                                              enter image description here






                                              share|improve this answer















                                              Surprised no one has mentioned Gnome Builder.



                                              Upon opening the IDE, you can see the kinds of projects it supports (which also includes ones written in Vala):



                                              enter image description here



                                              enter image description here







                                              share|improve this answer














                                              share|improve this answer



                                              share|improve this answer








                                              edited Jan 21 at 5:32

























                                              answered Jan 21 at 5:20









                                              smac89smac89

                                              185111




                                              185111






























                                                  draft saved

                                                  draft discarded




















































                                                  Thanks for contributing an answer to Ask Ubuntu!


                                                  • Please be sure to answer the question. Provide details and share your research!

                                                  But avoid



                                                  • Asking for help, clarification, or responding to other answers.

                                                  • Making statements based on opinion; back them up with references or personal experience.


                                                  To learn more, see our tips on writing great answers.




                                                  draft saved


                                                  draft discarded














                                                  StackExchange.ready(
                                                  function () {
                                                  StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f3306%2fwhich-ide-should-i-use-for-vala%23new-answer', 'question_page');
                                                  }
                                                  );

                                                  Post as a guest















                                                  Required, but never shown





















































                                                  Required, but never shown














                                                  Required, but never shown












                                                  Required, but never shown







                                                  Required, but never shown

































                                                  Required, but never shown














                                                  Required, but never shown












                                                  Required, but never shown







                                                  Required, but never shown







                                                  Popular posts from this blog

                                                  How to make a Squid Proxy server?

                                                  第一次世界大戦

                                                  Touch on Surface Book