Skip to content
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

Change Tab keybinding to accept Cursor ai suggestion only if there are not Intellisense suggestions #2518

Open
zanhk opened this issue Dec 25, 2024 · 1 comment

Comments

@zanhk
Copy link

zanhk commented Dec 25, 2024

I m looking forward to a solution for this as well as is pretty annoying.

Right now cursor keep messing on these cases:

  • when you try to make an import and vscode know where the file is but cursor put a totally random path which doesn't even exist
  • when you try to insert tailwind classes that are autocompleted from the extension but cursor decide to allucintate and invent random classess
  • when you are filling any method where the ide alerady know the types and propose the following method but cursor decide that it does not like it
  • Actually all the times there is any other autocomplete I never wished to have cursor autocomplete instead so It would be better to disable it at all if there is any other suggestion from a different source

To be clear I want to use cursor autocomplete with tab but only if there is not any other suggestion from the ide/plugin/snippets etc..

So in the keybindings would be like this

Command Keybinding When
Accept Cursor suggestion Tab !hasOtherSuggestions

Is there a way to archieve this right now? because like this is not very usable.

@nolanjj
Copy link

nolanjj commented Dec 29, 2024

I agree!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants