Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support/test a Robot Framework language server #332

Closed
bollwyvl opened this issue Sep 3, 2020 · 4 comments · Fixed by #724
Closed

Support/test a Robot Framework language server #332

bollwyvl opened this issue Sep 3, 2020 · 4 comments · Fixed by #724
Labels
enhancement New feature or request help wanted Extra attention is needed lang:robot Robot Framework package:jupyter-lsp

Comments

@bollwyvl
Copy link
Collaborator

bollwyvl commented Sep 3, 2020

Elevator Pitch

Adding support for autodetecting a robot framework language server

Motivation

  • robotframework-lsp has shipped a couple solid versions, and has a product built around it
  • we have lots of examples, and this would increase our ability to dogfood diverse languages in building this code

Design Ideas

  • add to environment
  • add spec
  • add tests, etc.
  • add robotframemework syntax mode
    • it's part of robotkernel, which we could choose to add to the development environment
    • i'm pretty much the original author of that syntax mode, and owe an update for some of the new syntax (some for loop stuff isn't handled correctly), but it basically works, today
@bollwyvl bollwyvl added lang:robot Robot Framework enhancement New feature or request help wanted Extra attention is needed package:jupyter-lsp labels Sep 3, 2020
@krassowski
Copy link
Member

Is the syntax mode effectively a mimetype extension?

@bollwyvl
Copy link
Collaborator Author

bollwyvl commented Sep 3, 2020 via email

@bollwyvl
Copy link
Collaborator Author

bollwyvl commented Sep 4, 2020

Is up on conda-forge: https://anaconda.org/conda-forge/robotframework-lsp

@bollwyvl
Copy link
Collaborator Author

bollwyvl commented Oct 6, 2020

Of note (and also now up on conda-forge): https://github.com/jupyter-xeus/xeus-robot

This kernel (which depends on the robotframework-lsp, now with a couple released versions) supports the debugger integration.

I'll probably take a crack at this, as some of the other stuff in-flight is still a bit blocked...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed lang:robot Robot Framework package:jupyter-lsp
Projects
None yet
2 participants