You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a language service provider for Abra and include it into the vscode extension. As a bare minimum it should return diagnostics for errors, but should also be expanded upon to handle jump-to-definition, type information on hover, and maybe even code completion (although that'll be a lot harder because it involves changes to the parser and typechecker).
The text was updated successfully, but these errors were encountered:
Implement a language service provider for Abra and include it into the vscode extension. As a bare minimum it should return diagnostics for errors, but should also be expanded upon to handle jump-to-definition, type information on hover, and maybe even code completion (although that'll be a lot harder because it involves changes to the parser and typechecker).
The text was updated successfully, but these errors were encountered: