Ádám Abonyi-Tóth
Ádám Abonyi-Tóth
I hoped that I could help implementing this functionality, I tracked down the code completion request to this line of code. https://github.com/godotengine/godot-csharp-vscode/blob/d6cb2f0c05f4bb17616c81d7934b5b6c77d00ebb/src/completion-provider.ts#L103 which as I see calls into a socket...
Thanks for taking the time to reply even in the middle of moving! Also thanks for the heads-up about the jun4 branch. I haven't looked at it yet and I'm...
> ... Based on what you wrote I hear that you're mostly working on syntax changes So now that I checked the branch I'm kinda embarrassed that it didn't click...
I just now finished the Trivia part of the lexer and parser! Trivia is basically whitespace, newlines and comments, and there's a list of leading and trailing trivia for each...