Which IDE should I use for Vala?
I think the title explains it already...
software-recommendation programming application-development ide vala
add a comment |
I think the title explains it already...
software-recommendation programming application-development ide vala
add a comment |
I think the title explains it already...
software-recommendation programming application-development ide vala
I think the title explains it already...
software-recommendation programming application-development ide vala
software-recommendation programming application-development ide vala
edited Oct 10 '11 at 17:40
David Planella
11.4k662123
11.4k662123
asked Aug 30 '10 at 4:34
bols-i
add a comment |
add a comment |
8 Answers
8
active
oldest
votes
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.

To install, run sudo apt-get install valac geany or search for 'valac' and 'geany' in Ubuntu Software Centre.
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
add a comment |
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.
add a comment |
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/
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
add a comment |
Anjuta supports vala since ver. 2.31.3 and there's a nice plugin for gedit. http://redmine.yorba.org/projects/valencia/wiki
add a comment |
I can't recommend an IDE specifically, but I can recommend Geany as a great text editor.
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
add a comment |
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.
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
add a comment |
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
add a comment |
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):


add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.

To install, run sudo apt-get install valac geany or search for 'valac' and 'geany' in Ubuntu Software Centre.
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
add a comment |
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.

To install, run sudo apt-get install valac geany or search for 'valac' and 'geany' in Ubuntu Software Centre.
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
add a comment |
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.

To install, run sudo apt-get install valac geany or search for 'valac' and 'geany' in Ubuntu Software Centre.
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.

To install, run sudo apt-get install valac geany or search for 'valac' and 'geany' in Ubuntu Software Centre.
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
add a comment |
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
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
edited May 31 '13 at 10:02
answered Mar 19 '13 at 23:17
10robinho10robinho
31129
31129
add a comment |
add a comment |
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/
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
add a comment |
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/
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
add a comment |
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/
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/
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
add a comment |
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
add a comment |
Anjuta supports vala since ver. 2.31.3 and there's a nice plugin for gedit. http://redmine.yorba.org/projects/valencia/wiki
add a comment |
Anjuta supports vala since ver. 2.31.3 and there's a nice plugin for gedit. http://redmine.yorba.org/projects/valencia/wiki
add a comment |
Anjuta supports vala since ver. 2.31.3 and there's a nice plugin for gedit. http://redmine.yorba.org/projects/valencia/wiki
Anjuta supports vala since ver. 2.31.3 and there's a nice plugin for gedit. http://redmine.yorba.org/projects/valencia/wiki
edited Dec 3 '12 at 11:52
Community♦
1
1
answered Aug 30 '10 at 10:53
gerdkgerdk
812
812
add a comment |
add a comment |
I can't recommend an IDE specifically, but I can recommend Geany as a great text editor.
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
add a comment |
I can't recommend an IDE specifically, but I can recommend Geany as a great text editor.
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
add a comment |
I can't recommend an IDE specifically, but I can recommend Geany as a great text editor.
I can't recommend an IDE specifically, but I can recommend Geany as a great text editor.
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
add a comment |
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
add a comment |
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |
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
add a comment |
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
add a comment |
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
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
edited Apr 13 '17 at 12:23
Community♦
1
1
answered Apr 13 '13 at 18:52
Avinash RAvinash R
179314
179314
add a comment |
add a comment |
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):


add a comment |
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):


add a comment |
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):


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):


edited Jan 21 at 5:32
answered Jan 21 at 5:20
smac89smac89
185111
185111
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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