sphinx-needs icon indicating copy to clipboard operation
sphinx-needs copied to clipboard

IDE: Support backlinks

Open twodrops opened this issue 3 years ago • 2 comments

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.

twodrops avatar Sep 26 '22 13:09 twodrops

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

twodrops avatar Sep 26 '22 21:09 twodrops

I think we already have this information available in the needs.json file. So it should be easily possible...

danwos avatar Sep 27 '22 06:09 danwos