-
Notifications
You must be signed in to change notification settings - Fork 138
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
Code Lens for including a header file when auto-completing an imported record name. #108
Labels
Comments
I think this is probably better done with a code action. |
alanz
added a commit
to alanz/erlang_ls
that referenced
this issue
Dec 12, 2019
alanz
added a commit
to alanz/erlang_ls
that referenced
this issue
Dec 13, 2019
The original intent of this issue can be achieved by returning a value for the |
alanz
added a commit
to alanz/erlang_ls
that referenced
this issue
Dec 20, 2019
alanz
added a commit
to alanz/erlang_ls
that referenced
this issue
Jan 6, 2020
alanz
added a commit
to alanz/erlang_ls
that referenced
this issue
Jan 10, 2020
alanz
added a commit
to alanz/erlang_ls
that referenced
this issue
Jan 14, 2020
alanz
added a commit
to alanz/erlang_ls
that referenced
this issue
Jan 16, 2020
This is intended to make the code action machinery available only, without actually doing anything useful.
alanz
added a commit
to alanz/erlang_ls
that referenced
this issue
Feb 28, 2020
This is intended to make the code action machinery available only, without actually doing anything useful.
Added a code action to accomplish this: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When pressing the '#' character, record names will be suggested for auto-complete (see #92 ). Whenever a record defined in a non-included header file is picked, a code lens should propose the user to include the header file.
The text was updated successfully, but these errors were encountered: