general

How to verify if local code reference is successful for code completion in Tabby?

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?

sh

shen chao

Asked on Mar 05, 2024

  1. Make sure the local code path is correctly added to tabby

  2. Use Code Browser to visualize the indexing references and verify if the local code is being indexed properly

  3. Check if the code you are trying to complete is within the indexed scope of the local code path

  4. Restart Tabby to ensure the changes in the configuration file are applied effectively

Mar 08, 2024Edited by