You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I m looking forward to a solution for this as well as is pretty annoying.
Right now cursor keep messing on these cases:
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
Is there a way to archieve this right now? because like this is not very usable.
The text was updated successfully, but these errors were encountered: