TabbyML / tabby

Self-hosted AI coding assistant
https://tabby.tabbyml.com/
Other
20.97k stars 951 forks source link

Pycharm - Leave Full Line Code Completion on? Disable it? #1738

Open asusdisciple opened 5 months ago

asusdisciple commented 5 months ago

So I installed TabbyML and it works fine with my pycharm installation. However I wonder what to do about the default settings for the AI-Powered plugins in Pycharm.

Obviously I disabled the AI Assistant, but what about "Full Line Code Completion", "Machine Learning Code Completion" and "Machine Learning in Search Everywhere", which also runs locally?

Are there any best practices?

icycodes commented 5 months ago

Hi, @asusdisciple Thank you for the feedback.

It is not recommended to use Tabby Plugin along with other inline suggestion providers, as it may cause conflicts in the ghost text display. These conflicts may be addressed in the future as we transition to using the new inline completion engine API instead of the current ghost text rendering method.

Tabby Plugin is primarily developed and tested in the Community version of the IDE, which does not have these AI assistant features. If you encounter any unexpected behavior or conflicts with features in the Pro version of the IDE, please feel free to open an issue so that we can investigate and address it accordingly.