sphinx-needs
sphinx-needs copied to clipboard
IDE: Support backlinks
Support backlinks i.e. when I hover over a need I want to see all needs that reference this need.
HINT Consider asyc behaviour incase the backlink computation takes too long for large projects.
This could be similar to the Markdown Language Server feature of "Find All References" https://code.visualstudio.com/blogs/2022/08/16/markdown-language-server#_markdown-language-features
I think we already have this information available in the needs.json file.
So it should be easily possible...