-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
docs: add blog post introducing tabby inline edit functionality #2903
base: main
Are you sure you want to change the base?
Conversation
cc @gyxlucy |
|
||
Tabby Edit is a feature that allows you to edit your code directly in your favorite editor. | ||
|
||
Tabby Edit will not change your code directly, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The key of this feature is to offer a new user interaction - to enable users to instruct LLM with natural language for code changes on a specific piece of code snippet (unlike code completion or chat interface). Would be good to highlight this aspect a bit in the intro section.
Then you can type your prompt to describe what you want to do, | ||
and Tabby will generate the code for you showing the difference between your code and the generated ones. | ||
|
||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This image is confusing to me. Maybe a GIF to showcase the full experience as you are describing - select code, command palette, prompt, choose Accept or Discard
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This image only served as a header image, GIFs are appended later in the blog, should we also post a GIF here?
|
||
## What can you do with Tabby Edit | ||
|
||
With the power of LLM, Tabby Edit can help you to do many things, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe highlight that the feature can help with many mundane tasks and help achieve better productivity in daily work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The GIFs look great! Very helpful to demonstrate the feature.
Please address the comments mentioned :D Thanks!
No description provided.