-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Incomplete hover of parameters variables #284
Labels
bug
Something isn't working
Comments
I suggest the solution of this bug. Add several tests. But |
folk85
added a commit
to folk85/fortls
that referenced
this issue
Jun 11, 2023
Add division sign, allow spaces in values of parameters. Extend unittests.
folk85
added a commit
to folk85/fortls
that referenced
this issue
Jun 11, 2023
Add division sign, allow spaces in values of parameters. Extend unittests with patameters variables
gnikit
pushed a commit
to folk85/fortls
that referenced
this issue
Jun 12, 2023
Add division sign, allow spaces in values of parameters. Extend unittests with patameters variables
gnikit
added a commit
that referenced
this issue
Jun 16, 2023
Issue #284 fix and extend hover of parameters.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When hovering over a variable that was defined as a computed
parameter
, only the first member of the computation shows upTo Reproduce
Define a computed parameter, use it in the code and hover over it.
If there is a space or "/" in the parameter definition, anything after will not show up.
On Hovering, one gets the following:
Except when there is a "*" without spaces, the second term of the computed parameter is always missing.
Expected behavior
I would expect the whole line to show up, until an endline character or the start of a comment.
Setup information (please complete the following information):
The text was updated successfully, but these errors were encountered: