-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Go to definition issue and issue with autocomplete #260
Comments
Thanks for reporting this.
|
|
Yes, our team is working on # 2. |
# 1 is also currently "by design" (we currently don't parse inside functions), but we're working on implementing the feature. |
# 1 is being tracked by issue #255 I will be closing this issue since I think we're tracking everything that needs to be tracked. Thanks for your feedback. |
@felkar123 0.19.0 implements Go to Declaration with local variables (and the autocomplete was implemented a while ago). |
Go to definition in a function to a local variable does not work. In longer functions, it is necessarily to have reference to local variables.
Autocomplete should offer a list of variables that are in structure, on the top of list after typing a period "."
There is also a strange coloring in a .h file. If you type a bracket in a definition, then the text that follows will color in to blue. In a syntax like this:
define definition value(250) // This comment and every thing that follow is colored in blue
The text was updated successfully, but these errors were encountered: