I have added my own local code path in tabby/config.toml, but code completion is not working. How can I verify if the local code reference is successful for code completion?
shen chao
Asked on Mar 05, 2024
Make sure the local code path is correctly added to tabby
Use Code Browser
to visualize the indexing references and verify if the local code is being indexed properly
Check if the code you are trying to complete is within the indexed scope of the local code path
Restart Tabby to ensure the changes in the configuration file are applied effectively