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

quotations autofill errors in code snippets #939

Open
3 tasks done
M-DEV-1 opened this issue Sep 17, 2024 · 0 comments
Open
3 tasks done

quotations autofill errors in code snippets #939

M-DEV-1 opened this issue Sep 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@M-DEV-1
Copy link

M-DEV-1 commented Sep 17, 2024

Have you read a contributing guide?

  • I have read CONTRIBUTING.md
  • I have searched the existing issues and didn't find any that were similar
  • I have considered creating a pull request with fixes instead of a bug report and want to proceed

Current Behavior

Current Behavior

  • use /code to generate code snippet
  • use single quotes '' or double quotes "", autofill does not recognize that the end-quote is present and creates more quotations instead.

Expected Behavior

  • use /code to generate code snippet
  • use single quotes or double quotes to start the string or anything,
  • complete the string
  • new set of quotes is not generated (similar to how code editors work)

Steps To Reproduce

  1. use /code
  2. let x = "
  3. type something after "
  4. try to complete the string with "
  5. new set of quotes is generated

Environment

- OS: Windows
- Version: 0.42.8

Anything else?

video - https://youtu.be/oAzXw8m_SrU

@M-DEV-1 M-DEV-1 added the bug Something isn't working label Sep 17, 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