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

Code Snippets and Tabnine #21

Open
adithyabsk opened this issue Jan 5, 2019 · 8 comments
Open

Code Snippets and Tabnine #21

adithyabsk opened this issue Jan 5, 2019 · 8 comments

Comments

@adithyabsk
Copy link

I recently purchased the full version of TabNine and have been using the sublime extension, I am unable to get code snippets to work in conjunction with the program as my autocomplete seems to be overridden by tabnine. I can confirm this by opening a new window where tabnine does not run (no .git) and the code snippet works fine. Was wondering if there was any way to make these two work together.

@zxqfl
Copy link
Contributor

zxqfl commented Jan 5, 2019

Thanks for the report. This is a known issue (#11) that will be fixed at some point in the future. Please contact me at jacob@jacobjackson.com if you want a refund.

@zxqfl zxqfl closed this as completed Jan 5, 2019
@ovidiugabriel
Copy link

Please reopen. This issue is not fixed yet. Sublime native snippets are still disabled if you have TabNine installed.
Please provide a way to enable sublime code snippets on demand, some TabNine users may still want to use Sublime Text native snippets.

@dimacodota
Copy link
Collaborator

@ovidiugabriel can you please enable the "native autocomplete" feature by running the tabnine: Enable Native Auto Complete command in the command palette?

@dimacodota dimacodota reopened this Jan 10, 2021
@ovidiugabriel
Copy link

@dimacodota I already have enabled it but it has no effect on custom snippets

{
	"native_auto_complete": true
}

What is the expected effect of enabling this?

@dimacodota
Copy link
Collaborator

@ovidiugabriel - this will cause tabnine to use the native autocomplete dialog.
here is an example of the ctor builtin sublime snippet:

Screen.Recording.2021-01-12.at.14.09.01.mov

@ovidiugabriel
Copy link

ovidiugabriel commented Jan 12, 2021

Hello,

I studied your video, there are two things related to it:

  1. there is a native graphical dialog that is working also on my machine
  2. there is a native autocomplete content into that dialog that is not working on my machine after I activate the TabNine plugin

Update:

actually the autocomplete functionality is not completely disabled but it is not working correctly. There seems to be a delay until the native contents is appended to the dialog.

@dimacodota
Copy link
Collaborator

@ovidiugabriel - can you share a screen recording of the issue?

@c0dz-wq
Copy link

c0dz-wq commented Jan 22, 2021

I want to achieve the opposite. I enabled native auto complete and now I can't switch back to TabNine snippets (both Native and TabNine snippets are now present). Seems like there is some kind of interference between ST and TabNine. Any idea how to fix this?

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

5 participants