Replies: 1 comment
-
You are likely seeing the auto import options. VS Code is making suggestions for system APIs and more that you may want to import automatically (tagged auto-import). You can turn off the content assist automatically popping up in the VS Code settings. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have Googled for days trying to figure out why when I simply press while editing a rpgle or sqlrpgle source member, a box pops up with a list of items which appear to come from include members used by the current source, fields, and procedures. Almost as if the outline view list of names comes up. Some items in the list I have no idea where they came from.
So on every line of code I type, I must press the esc key after each time I press the spacebar. It's gotten to the point where the editor is basically not usable.
I have looked in the vs code preferences and turned off anything to do with a "suggestion". I also looked in the JSON settings for code for i. And the system keyboard shortcuts. Nothing I've tried to change has worked. I am using a Mac.
Any help would be very appreciated!
screen-shot attached.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions