vala-intellij-plugin
vala-intellij-plugin copied to clipboard
Vala language support plugin for Intellij
Example: ``` Vala var dialog = new Gtk.Dial ```
They are ugly. ValaTypeReference should not accept textRange as argument
Example: ``` vala class A { } class B : A {} class C: A {} int main(string [] args) { var c = new class B() ?? new class...
right now duplicate strings will be written multiple times. Perhaps StubInput/Output streams should be used?