I am building a language like javascript and the csharp addon simplifies the development but I cannot find a way to do like function(param1){} instead of function(string param1){}. I can remove the error wave and message but I still need to override this bit as the document is still in an error state.
My language is datatype-less just like javascript.
Cheers
My language is datatype-less just like javascript.
Cheers