Ádám Abonyi-Tóth
Ádám Abonyi-Tóth
Hello, I've had the pleasure of trying the extension, and enjoyed the code completion of the node name string in GetNode(...). However, typing out the generic type parameter for GetNode...
I think the following code is correct in F#, but WebSharper can't compile it. ```fsharp [] module HelloWorld = type MyType 'A)>() = let a = new 'A() //Method name...
Hello! The language looks awesome! I just started using it but I didn't find editor support except for syntax highlighting, so I started to create a Language Server Protocol implementation...