-
Notifications
You must be signed in to change notification settings - Fork 2
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 completion does not work #25
Comments
The definition preview is indexed the same way as described here: #24. I will leave this open for now, but once the latter is resolved so too will this one be resolved. |
It seems to work now. I'll leave this open to test this more, but the basic code completion seems to work. |
Here is one bug: the completion doesn't work inside derived types:
On the line |
With #37. All these are because we were not using |
This is still a bug. I'm opening separate issue for this. Opened at #38 |
The basic code completion now works: But as you can see, it offers the symbol xx124 as well, but that's the name of the program, so we should know in ASR that a program symbol cannot be used inside |
This should show
program1
as a possible completion:The text was updated successfully, but these errors were encountered: