Skip to content

Instantly share code, notes, and snippets.

@emanlove
Created April 21, 2020 17:43
Show Gist options
  • Save emanlove/c8226f2178487c4f30ce2e62a7a60244 to your computer and use it in GitHub Desktop.
Save emanlove/c8226f2178487c4f30ce2e62a7a60244 to your computer and use it in GitHub Desktop.
Language Server Functionality

Implemented

Launch .robot files [Ed: Does this mean executing robot scripts or loading/"opening" files in an editor?] Code completion for keywords, section headers and section settings Go to definition for keywords (new in 0.0.9) Syntax highlighting [Ed: list of syntax?][Ed: is this done by the lsp or the grammer and ide?] Syntax validation [Ed: is this done by the lsp or the grammer and ide?] Code Formatting [? definition]

Other ideas

Variable completion - completing variables defined in the * Variables * section and especially in user keyword [Arguments] - also local variables debugging support Currently no Keyword completion and no Go To Definition is possible for Keywords in settings. - Behind Suite Setup or Template in settings Section and also behind [Setup] etc in test cases and keywords in the Documentation, it is not possible to see the expected arguments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment