Skip to content
New issue

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

Auto-complete inserts extra quote for strings #172

Open
dklilley opened this issue Aug 9, 2024 · 0 comments
Open

Auto-complete inserts extra quote for strings #172

dklilley opened this issue Aug 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@dklilley
Copy link
Member

dklilley commented Aug 9, 2024

Describe the bug
When auto-completing a string in a function call, the auto-complete inserts an extra quote at the end, resulting in a syntax error.

To Reproduce
Steps to reproduce the behavior:

  1. In a MATLAB file, type plot(x, y, "Col - with VS Code's paren- and quote-completions, this will result in the following being on the line: plot(x, y, "Col")
  2. There should be a tab completion for "Color" showing - select it
  3. This will result in an extra quote being inserted: plot(x, y, "Color"")
@dklilley dklilley added the bug Something isn't working label Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant