cap-js / cds-intellij

SAP CDS Language Support for IntelliJ
https://cap.cloud.sap/docs/cds/
Apache License 2.0
12 stars 1 forks source link

[FEATURE] Show hyperlink to "Go to definition" when hovering over a symbol with pressed Ctrl/Cmd Key #28

Closed wisajkin closed 2 months ago

wisajkin commented 7 months ago

Description

Normally, if you press and hold Ctrl/Cmd key and hover over a symbol, the corresponding string is converted into a hyperlink which leads to the definition when you click on it. In CDS files the click works, but the conversion to the hyperlink doesn't. Could you please implement it?

tim-sh commented 7 months ago

@wisajkin So 'the click works', i.e. leads you to the definition, and what's missing is only the hyperlink-like appearance (font underline and color)?

wisajkin commented 7 months ago

Hi @tim-sh , yes exactly. Further Intellij shows a popup with additional information. Please see screenshot taken with pressed Command Button for the Java code image

tim-sh commented 7 months ago

Hi @wisajkin, could you please share a CDS code example for the feature you are referring to and the IDE log?

As for the log, please extract only the few lines created during your CMD+Click action or send me the file via MS Teams. Thank you!

tim-sh commented 2 months ago

closing as stale