-
-
Notifications
You must be signed in to change notification settings - Fork 8
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 not working #177
Comments
Created by: benfry Confirmed to be broken in the current source. @sampottinger it looks like this was broken back in alpha 1, did you have it working properly? |
Created by: benfry Tracked down to 51145a8, though unfortunately that's the monolithic commit for the JDK support, ANTLR updates, etc, so it's still hard to know if this is a large problem or just something overlooked. The internal issue is that |
Created by: sampottinger Hey there! It appears that antlr gives up before it can apply the text transformations. I have a branch over at #219 that demonstrates allowing the the text transformation process to continue. That said, antlr does appear to throw out a lot before it is able to recover from a syntax error and my demo only works with the semicolon included at the end. Still working on that. |
Created by: sampottinger Hey there! Ah dang... right after I sent that @benfry, I realized there was another place we could be dropping the tree and, indeed, fixing that brought back autocomplete. See #219. @maschere, thank you for this report (and your patience). I have used your test case in the attached example. |
Created by: benfry Phew, working again. Thanks @sampottinger! (This will be in for the release that comes after alpha 5; which will be called alpha 6 or beta 1.) |
Created by: github-actions[bot] This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs. |
Created by: maschere
Description
Code completion window does not show after pressing ctrl + space. It works fine in Processing 3.5.4
Expected Behavior
Code completion window pops up after pressing ctrl + space
Steps to Reproduce
Your Environment
The text was updated successfully, but these errors were encountered: