I'm aware as a C# library, that tab completion is more of a front end concern.
That said, do you have any thoughts on how best to implement syntax suggestions to users?
I notice you have grammar support of some kind, how hard would it be to generate a file that some Javascript library (or otherwise) could consume and suggest syntax completion?
I'm aware as a C# library, that tab completion is more of a front end concern.
That said, do you have any thoughts on how best to implement syntax suggestions to users?
I notice you have grammar support of some kind, how hard would it be to generate a file that some Javascript library (or otherwise) could consume and suggest syntax completion?