Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/snooz82/robotframework-libdoc2json

Small python class which converts Robot Framework Libdoc XML Files to JSON that is compatible with VSCode plugin "Robot Framework Intellisense"
https://github.com/snooz82/robotframework-libdoc2json

Last synced: about 7 hours ago
JSON representation

Small python class which converts Robot Framework Libdoc XML Files to JSON that is compatible with VSCode plugin "Robot Framework Intellisense"

Awesome Lists containing this project

README

        

# LibDoc2Json
Small python class which converts Robot Framework Libdoc XML Files to JSON that is compatible with VSCode plugin "Robot Framework Intellisense"

**Installation**:

pip install robotframework-libdoc2json

**Usage**:

python -m libdoc2json

The generated json file content has to be added to the settings.json of vscode.

"rfLanguageServer.libraries":
[
"BuiltIn-3.0.4",
"SeleniumLibrary-3.2.0",
"Dialogs-3.0.4",
{}
]