Skip to content

show extension information in hover documentation #43

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

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

nolanderc
Copy link
Owner

@nolanderc nolanderc commented Oct 19, 2023

This offers an alternative solution to #1. Instead of limiting what is shown to the user, we make it obvious which extensions are needed for a function/variable.

One issue with the solution proposed in #1 (to hide items that don't have the required extension isn't enabled) is that it reduces discoverability of items. This solution doesn't suffer from this, but does increase the noise in the completions somewhat.

Closes #1

@nolanderc nolanderc merged commit 3de894f into main Oct 19, 2023
@nolanderc nolanderc deleted the 1-extension-documentation branch October 19, 2023 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Only show completions for extensions if enabled
1 participant