Replies: 1 comment
-
It might be your prompt. The use of "for example" may not indicate to the LLM that you want to find and replace all of them. I would word it more like. "Find all occurences of 'bg-orange-600' in the #buffer. @editor replace all the occurences of 'bg-orange-600' with 'bg-orange-600/40 hover:bg-orange-600'" Might be a more succinct way to write that but, being explicit what you want it to do is important. |
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
-
Hello everyone,
It seems I'm having trouble doing something with Chat, the inline assistant replaces everything perfectly every time.
My request is something as follows:
The result is that it only replaces the first color attribute in the file, not all of them.
I'm using the default setup and
copilot.lua
is installed.Am I using the chat feature incorrectly?
Beta Was this translation helpful? Give feedback.
All reactions