You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type any code that includes a @ symbol, e.g. @SomeAnnotation in Java @Decorator in Python, @instance_var in Ruby, etc.
Observe special syntax highlighting from @ character onwards, e.g.
Type enough characters so that word is not in the command picker, then Spacebar or Tab
Token starting at @ is deleted
Expected behavior
Either:
Once the identifier was no longer in the command list, I would expect the token to lose syntax highlighting and to be left intact, allowing entry of such code elements into chat with the underlying service/model.
Alternately, I would expect some combination of escape characters, e.g. `@backtick_fencing` or \ prefixing, to allow the entry of @IdentifiersLikeThis without command parsing.
System details
OS: MacOS 14.5
Tested environment:
Web (Demo app)
VSCode Amazon Q Chat
JetBrains IntelliJ Amazon Q Chat
Enviroment extension version (if applicable):
Enviroment is remote
The text was updated successfully, but these errors were encountered:
Problem
Steps to reproduce the issue
@
symbol, e.g.@SomeAnnotation
in Java@Decorator
in Python,@instance_var
in Ruby, etc.@
character onwards, e.g.Spacebar
orTab
@
is deletedExpected behavior
\
prefixing, to allow the entry of@IdentifiersLikeThis
without command parsing.System details
The text was updated successfully, but these errors were encountered: