Hi everyone,
I’m a FE developer and ever since I moved to Cursor, I have an issue that bothers me. When I’m trying to add a new component to a template (I use Vue.js), I get two suggestions: one from Cursor Tab (inline autocomplete) and one from the IDE’s IntelliSense (the dropdown with suggested component names).
If I click on the suggestion from IntelliSense, the component name is completed, but also automatically IMPORTED. If I press tab, the import does not happen, and I have to scroll all the way up and import it myself.
Does anyone have any idea how I can override the default behavior of Cursor and have it actually import the component using IntelliSense, not a guess made by AI?