vala-code
vala-code copied to clipboard
Vala language support for Visual Studio Code


Hi, i forked your repo and put it on work with vls and gvls they work both well (at least error, warnings and reference to declaration. What do you think...
Problem:  Code: ``` public class Person : Object { /* Construction properties */ public string name { get; construct; } public int age { get; construct set; } public...
Please update Main Entry Point snippet https://wiki.gnome.org/Projects/Vala/ValaForJavaProgrammers#Main_Entry_Point 
When u write `print(@"$a")` everything is fine and a has a different color from the color of the string. But if you write `print(@"$(a.b)")` `(a.b)` now have the same color....
I'm not sure this is the right "level" to tackle this issue, please let me know if it's not. In .vapi files you can have a lot of `[Version ...]`...