Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6771397
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T15:25:37+00:00 2026-05-26T15:25:37+00:00

I just ran this code, and it looks like nice language for me. But

  • 0

I just ran this code, and it looks like nice language for me.

But when i was trying in NetBeans IDE i do not see any Vala nor i see any autocomplete availability.

Any idea how to make NetBeans IDE to allow Vala? (to get auto-complete specially)

e.g:

using Gtk;

int main (string[] args) 
{
    Gtk.init (ref args);

    var window = new Window ();
    window.title = "First GTK+ Program";
    window.border_width = 10;
    window.window_position = WindowPosition.CENTER;
    window.set_default_size (350, 70);
    window.destroy.connect (Gtk.main_quit);

    var button = new Button.with_label ("Click me!");
    button.clicked.connect (() => {
        button.label = "Thank you";
    });

    window.add (button);
    window.show_all ();

    Gtk.main ();
    return 0;
}

I have tried from here: https://github.com/carbonfx/netbeans-valaproject/downloads
But does not work.

enter image description here

Follow up:

NetBeans IDE i could not make it someone can update it later!

I installed Anjuta IDE using yum -y install anjuta, and simply Vala works
enter image description here

I will try this too: http://yorba.org/valencia/

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T15:25:38+00:00Added an answer on May 26, 2026 at 3:25 pm

    You could use the Anjuta IDE, or turn Gedit into a Vala IDE using Valencia.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just ran across some jQuery that looks like this: $('.add-row').live('click.add', function() { //
I wrote some code that looks like this: def get(x, y) @cachedResults.set(x,y, Math.hypot(x, y))
My code looks like this, string aString; cin >> aString; cout << This is
I've just been experimenting with MPI, and copied and ran this code, taken from
I'm using symfony 1.4.8 and I have some code that basically looks like this
I just ran across this error message while working in C# A property or
I am just getting started with NHaml and ran into a snag. This is
I just ran into the user-defined conversions to or from an interface are not
I just ran into some code that overuse semicolons, or use semicolon for different
While trying to automate testing with selenium rc I ran into this problem. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.