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

feat(scheduler, docs): Added repository context support for C# #1355

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

TylerBurnett
Copy link
Contributor

This should close #239, I noticed that #1030 had done most of the job but didn't update docs so, I've taken the liberty of doing that. Not sure if this will slip into RC or not but I've made an assumption it will for docs.

Commits

  • feat(scheduler, docs): Add repo context support for C#, added language to supported list in docs

website/docs/programming-languages.md Outdated Show resolved Hide resolved
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just FYI, in 0.8.0 rc, we visualize all snippet being extracted with tree sitter in "Code Browser" - you might wanna verify the queries with it.

Copy link
Contributor Author

@TylerBurnett TylerBurnett Feb 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for getting back so quickly, yeah I did quite a bit of testing in the code browser, and things appear to work as I'd expect, that said I'm not rock solid on how the tags are actually used.

image

I was able to verify that it understood a pretty good chunk of the repo I tested it against as well, it started pulling context from files other than the current one when providing suggestions, quite accurate for StarCoder-1B.

@wsxiaoys wsxiaoys changed the title feat(scheduler, docs) Added repository context support for C# feat(scheduler, docs): Added repository context support for C# Feb 2, 2024
@wsxiaoys wsxiaoys enabled auto-merge (squash) February 2, 2024 09:51
@wsxiaoys wsxiaoys merged commit 9c1c09b into TabbyML:main Feb 2, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

C# support
2 participants