0.28.2 Released #399
intitni
announced in
Announcements
Replies: 2 comments
-
Now you can see what the references are when using |
Beta Was this translation helpful? Give feedback.
0 replies
-
Prompt to code now read the content above/below the selection to provide better result. |
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
-
Prompt to code will now generate code with the knowledge of content below/above the selection. (50 lines above and 30 below, will be adjusted to be more dynamic in the future)
Prompt to code now supports
@sense
scope.Chat now knows which scope(method, implementation, etc.) is under the text cursor for Objective-C.
Chat will display the references used when the
@sense
or@project
scope is used.The app will now treat files in
.gitignore
differently:You can turn it off in the advanced settings if you don't mind the code being read.
Fix that programmatically trigger command may fail silently when the app can't find the active Xcode. Now it will throw an error and use the fallback solution. If you cannot accept a suggestion through UI, it may be the cause.
Known issues:
@sense
scope will not work if the text cursor is at the top level of the code.This discussion was created from the release 0.28.0.
Beta Was this translation helpful? Give feedback.
All reactions