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
@AmailP
There is a new development going on that could improve your Plugin a lot.
RoboCorp is developing a Robot Framework Language Server in Cooperation with Pekka Klärck.
This LSP could be used in your Plugin. It uses the real parser of RobotFramework and shows detect syntax errors.
So there would be no need to parse anything on your own.
Also Intellisense for static and dynamic libraries like SeleniumLibrary are available.
Also Go To Definition into the python works as well.
It is still in development, but you may want to have a look.
Please contact me if you have any questions. I would be happy if you would decide to use the lsp in your nice plugin.
Kind Regards
René
Ps: in the Robot Framework Slack channel there is also a place to discuss #lsp
The text was updated successfully, but these errors were encountered:
@AmailP
There is a new development going on that could improve your Plugin a lot.
RoboCorp is developing a Robot Framework Language Server in Cooperation with Pekka Klärck.
This LSP could be used in your Plugin. It uses the real parser of RobotFramework and shows detect syntax errors.
So there would be no need to parse anything on your own.
Also Intellisense for static and dynamic libraries like SeleniumLibrary are available.
Also Go To Definition into the python works as well.
It is still in development, but you may want to have a look.
Please contact me if you have any questions. I would be happy if you would decide to use the lsp in your nice plugin.
Kind Regards
René
Ps: in the Robot Framework Slack channel there is also a place to discuss #lsp
The text was updated successfully, but these errors were encountered: