We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the mechanism in typeahead for bracket matching is rather rudimentary:
amazon-q-eclipse/plugin/src/software/aws/toolkits/eclipse/amazonq/util/IQInlineSuggestionSegmentFactory.java
Lines 95 to 110 in e07722f
As a result, the typeahead session is susceptible to having erroneously assess whether or not a character is a part of a bracket pair.
We need a more robust mechanism to parse the suggestion text to provide a more accurate typeahead experience.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, the mechanism in typeahead for bracket matching is rather rudimentary:
amazon-q-eclipse/plugin/src/software/aws/toolkits/eclipse/amazonq/util/IQInlineSuggestionSegmentFactory.java
Lines 95 to 110 in e07722f
As a result, the typeahead session is susceptible to having erroneously assess whether or not a character is a part of a bracket pair.
We need a more robust mechanism to parse the suggestion text to provide a more accurate typeahead experience.
The text was updated successfully, but these errors were encountered: