Exafunction / codeium.vim

Free, ultrafast Copilot alternative for Vim and Neovim
https://codeium.com
MIT License
4.13k stars 147 forks source link

How to debug when no suggestion shows up? #121

Closed newptcai closed 1 year ago

newptcai commented 1 year ago

I have followed the tutorial to install and authenticate codeium. But when I tried the fib.py example in the tutorial, nothing happens.

I used the default configuration without any customization. I also don't see any error or warning messages. Is there any way to debug what is wrong?

fortenforge commented 1 year ago

In general you should be able to see codeium logs inside a your operating system's tmp directory. Look for a file like /tmp/*-codeium.log and post the output here (redacting any sensitive information like API keys or names)

newptcai commented 1 year ago

After disabling and re-enabling the plugin, it is working now. :astonished: