-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Provide code completion inside editor #4089
Comments
Duplicate of #849 and #3484 |
I seem to have missed an episode :( ... where can I find a keywords.txt for the core platform code? I think I just realized only LIT1 exists, right?! ps: the code requires only one line of code added to editor.java so risk of collisions is next to nil |
@ffissore I read #3484... quite the PR. IMHO integrating it into the core code as it is basicaly equates giving up on a lot things that are currently easy to do and signing up for a lot of maintenance headaches. The fact that I think it is does not make it so, but the fact that this PR requires so many changes to editor and textarea should itself be a smell of poor API design. I just find truly unfortunate that a lot of good existing design might be sacrificed. |
Interestingly enough, the weird highlighting in the screenshots was caused by some of the issues I was alluding to in my last comment (code in the wrong place). |
The IDE currently does not provide any form of CTRL-SPACE code completion. The feature is sorely missing, especially for newbies like me. The feature should cover the following
extended feature would cover more 'smartness' inside c/c++/h/hpp files, WITHOUT writing a full-blown parser
The text was updated successfully, but these errors were encountered: