We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to collapse whole module docs blocks. I noticed that I couldn't do so when I was contributing to this project: https://github.com/dashbitco/broadway
These cannot be collapsed
@moduledoc ~S"""
These can be though:
@moduledoc """
Most of this can be filled out by running the VSCode command (by default bound to Ctrl+Shift+P) "ElixirLS: Copy Debug Info"
The text was updated successfully, but these errors were encountered:
FYI soon this will be handled by elixir-lsp/elixir-ls#492 If you want to give that branch a try it would be greatly appreciated (the contribution instructions are helpful for running a custom branch locally https://github.com/elixir-lsp/vscode-elixir-ls/#contributing)
Sorry, something went wrong.
This is fixed in elixir-lsp/elixir-ls#492 and will be released soon
No branches or pull requests
I would like to collapse whole module docs blocks. I noticed that I couldn't do so when I was contributing to this project:
https://github.com/dashbitco/broadway
These cannot be collapsed
These can be though:
Environment
Most of this can be filled out by running the VSCode command (by default bound to Ctrl+Shift+P) "ElixirLS: Copy Debug Info"
The text was updated successfully, but these errors were encountered: