-
In the future we could use pyoxidizer or pyinstaller to start-up the extension without any dependency.
Right now we depend on the user to configure the path to the python executable to use and we u…
-
There is a way to define a base path where resources and libs are located, to avoid entering the relative path?
e.g
**from:**
Resource ../../../../testlibs/keywords/General.robot
…
-
It Would be helpful if place holder like intellisense is given for Robot Framework For Loops & ELSE IF l
![image](https://user-images.githubusercontent.com/13049680/81898135-b70ee200-95d5-11ea-8458…
-
Hi @fabioz ,
I tested the Version 0.0.5 and saw, that only .robot files are highlighted and parsed.
robot has by default support for *.robot files for test cases and *.resource files for keywords …
-
The autocomplete for variable names only work if we pass the argument in-between "" as shown below:
![image](https://user-images.githubusercontent.com/21135355/80291494-46864b00-8724-11ea-8e10-8684…
-
https://github.com/robocorp/robotframework-lsp/issues/13#issuecomment-582626037 identified that a spec must define `plain` for "off-the-beaten path" languages.
Not flagging this as a bug _per se_:…
-
Hi @fabioz
I tested v 0.0.5
depending of the library loaded (if it is small enough) i was able to get a few completions.
But after two or three keywords i got nothing more. just "Loading ..."…
-
Check `robot` imports in robotframework-lsp and check if there's a corresponding `robot.api` import we could use (and if not, check if it's possible to do it).
-
-
Libdoc allows creating XML files with information about a certain library:
$ python -m robot.libdoc BuiltIn BuiltIn.xml
When using the `--format` option, it is possible to use also other ext…