vscode-docs-view icon indicating copy to clipboard operation
vscode-docs-view copied to clipboard

Links are not working

Open alikthename opened this issue 3 years ago • 5 comments

I'm using it for java. Everything is cool, especially how code blocks are presented. But links are not working. Clicking with the mouse does nothing

alikthename avatar Mar 27 '22 11:03 alikthename

Please share steps to reproduce the problem

mattbierner avatar Mar 29 '22 17:03 mattbierner

sure: VSCode Version: 1.65.2 Commit: c722ca6c7eed3d7987c0d5c3df5c45f6b15e77d1 Date: 2022-03-10T15:36:26.048Z Electron: 13.5.2 Chromium: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0 OS: Linux x64 5.12.0-13.1-liquorix-amd64

-Install the extension (version 0.0.9) -add docs view to the left sidebar -put the cursor in editor on the class name (IntStream as example) -doc view shows beautifull help text with Stream and Intstream highlighted as links -but clicking on them does not have any effect

alikthename avatar Mar 29 '22 19:03 alikthename

I'm seeing similar behavior for Rust documentation:

image image

None of the links here work.

To reproduce, install the Rust analyzer extension and open any Rust project; highlight anything from say the standard library, and try to click the links.

radu-matei avatar May 09 '22 01:05 radu-matei

I believe this feature will greatly improve the function of the Docs View.. Consider it.

Ability to drill down the documentation (similar to the Eclipse Javadoc Viewer)

calvinndea avatar May 19 '22 02:05 calvinndea

Please share specific steps to reproduce this. As in:

  • Install X language extension
  • Open Y file (with text you provide)
  • Place cursor in position Z

mattbierner avatar Jan 19 '24 08:01 mattbierner