Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for F1 help link navigation #7903

Open
dibarbet opened this issue Jan 6, 2025 · 2 comments
Open

Add support for F1 help link navigation #7903

dibarbet opened this issue Jan 6, 2025 · 2 comments

Comments

@dibarbet
Copy link
Member

dibarbet commented Jan 6, 2025

VS has a feature to navigate to msdn documentation by hitting F1 when the cursor is on a particular keyword or core library reference. We should consider porting this feature to work in VSCode.

We will likely need a different shortcut as F1 opens the command palette.

@JoeRobich
Copy link
Member

We could do this ourselves, but wonder if it should be a platform feature which requests a help URL from the language server.

@dibarbet
Copy link
Member Author

We could do this ourselves, but wonder if it should be a platform feature which requests a help URL from the language server.

We could also prototype ourselves and once we have something working propose it for the LSP spec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants