I don't know when this started happening, and it is just a minor annoyance, but I wanted to see if anyone knew how I could change this.
When I hit tab or enter to complete some code, it puts my cursor in a highlighted area that doesn't let me autocomplete anymore.
For example, I type 'clg' (click tab), and it autocompletes to console.log() with my cursor between the (). Now, I have a variable stored earlier in the code titled 'name'. When I type n, the whole variable used to pop up for me, and I could click tab, and it would complete to 'name'. Now I have to either type out the full variable name or make sure to hit escape before typing.
Again, minor minor issue, but if anyone knows how to resolve this, I'd really appreciate it.