vala-code icon indicating copy to clipboard operation
vala-code copied to clipboard

Vala language support for Visual Studio Code

Results 7 vala-code issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/30507409/70354981-17109800-1882-11ea-81ec-16335d32c9ee.png)

![image](https://user-images.githubusercontent.com/30507409/66262092-81557f80-e7e2-11e9-9aae-55a15ff67cbb.png)

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: ![image](https://user-images.githubusercontent.com/30507409/64478133-7fc97500-d1ac-11e9-96a2-7128184880e8.png) 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 ![Captura de tela de 2019-08-10 17-51-44](https://user-images.githubusercontent.com/11943860/62826768-eea8b380-bb97-11e9-9adb-0ae68b391e31.png)

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 ...]`...