Open-Needs IDE#
- status
released
- repository
- user documentation
Open-Needs IDE shall provide extensions for different IDEs (VS Code, PyCharm) and is based on the Language Server Protocol.
Hint
There is already existing code available on https://github.com/open-needs/open-needs-ide, which is based on a code donation from the Automotive section of the Robert Bosch GmbH.
The current version of Open Needs IDE works with the needs.json file of Sphinx-Needs only.
Motivation#
Open-Needs IDE shall support the developer with time-saving functions to write needs inside an IDE more efficiently. It shall support autocompletion, following need references, syntax checks and much more.
For most of this tasks a technical knowledge about existing needs and their configuration is needed, so that Open-Needs IDE communicates with Open-Needs Server.
Architecture#
Open-Needs IDE is based on the Language server protocol, which makes it possible to use the same logic of checks and autocompletion for IDES of different vendors.
Only the IDE specific client part (IDE extension) is IDE specific, but it should mostly contain configurations and logic to connect to the Language Server only.
Discussion#
For ideas and discussions going into details, please create a specific ticket on our github project.
For any other short information, feel free to add a comment.