Replies: 1 comment
-
Instructed suggestions is quite interesting in my opinion, but it doesn't always work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For any feedback please report to the release discussion.
Add suggestion cheatsheet "Instructed Suggestions".
When this cheatsheet is on, you can use
\\\ instructions
to instruct the suggestions. For example, typing.frame\\\width 30 height 100
will instruct the suggestion to be.frame(width: 30, height: 100)
.If you want the suggestion to rewrite the whole line, you can use
let foo \\< instructions
.Add suggestion cheatsheet "Typo Fix".
When this cheatsheet is on, it will try to fix the typo of the word under the text cursor in the suggestion.
Support sending a message to chat using comments. You can use
// chat: message
to initiate a special suggestion. When you accept the suggestion, it will send the message to the chat.Support installing to other folders than
/Applications
. If it's installed in other folders, you will have to install the launch agent manually by clicking the button. The launch agent will be installed into~/Library/LaunchAgents
.Display diffs in the suggestion.
Some refactoring and bug fixes.
This discussion was created from the release 0.34.0 beta.
Beta Was this translation helpful? Give feedback.
All reactions