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

Better directive completions #36

Closed
3 tasks done
alcarney opened this issue Dec 9, 2020 · 1 comment · Fixed by #284
Closed
3 tasks done

Better directive completions #36

alcarney opened this issue Dec 9, 2020 · 1 comment · Fixed by #284
Assignees
Labels
enhancement New feature or request lsp Issues that relate to the language server

Comments

@alcarney
Copy link
Member

alcarney commented Dec 9, 2020

The language server can now offer completions for directives themselves. but it would be good to take that further to cover

@alcarney alcarney added enhancement New feature or request lsp Issues that relate to the language server labels Dec 9, 2020
alcarney added a commit that referenced this issue Feb 1, 2021
@alcarney
Copy link
Member Author

alcarney commented Feb 1, 2021

The tricky part of providing documentation is that taking the docstring of the implementing class as the source is not practical simply because 90% of the time it does not contain user facing documentation. The only other approach I can think of is to copy the relevant docs into the codebase somewhere and do a look up, but that doesn't seem scalable....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request lsp Issues that relate to the language server
Projects
None yet
1 participant