Is your feature request related to a problem? Please describe.
When typing a need link (e.g. :links: REQ_M...), the IntelliSense autocomplete popup shows matching need IDs but the detail pane only displays the need type and ID. This information is redundant and does not always help identify the correct need to link.
Describe the solution you'd like
Display the need title in the IntelliSense detail/documentation pane instead of (or in addition to) the type. Optionally, show a short snippet of the need's description/content below the title. Ideally the displayed field could be configured in ubproject.toml (e.g. completion_detail_field = "title").
Is your feature request related to a problem? Please describe.
When typing a need link (e.g.
:links: REQ_M...), the IntelliSense autocomplete popup shows matching need IDs but the detail pane only displays the need type and ID. This information is redundant and does not always help identify the correct need to link.Describe the solution you'd like
Display the need title in the IntelliSense detail/documentation pane instead of (or in addition to) the type. Optionally, show a short snippet of the need's description/content below the title. Ideally the displayed field could be configured in
ubproject.toml(e.g.completion_detail_field = "title").