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

CM: Parse partial strings as strings #2875

Open
fonsp opened this issue Mar 29, 2024 · 2 comments
Open

CM: Parse partial strings as strings #2875

fonsp opened this issue Mar 29, 2024 · 2 comments
Labels
autocomplete <TAB> CM6 CodeMirror 6

Comments

@fonsp
Copy link
Owner

fonsp commented Mar 29, 2024

It would be nice if a partially written string was parsed as a string:

image

This is awkward when typing something like school = "fun", writing "fun will autocomplete function, but we don't want autocomplete in strings.

It looks like the JavaScript mode does this:

image
@fonsp fonsp added the CM6 CodeMirror 6 label Mar 29, 2024
@fonsp
Copy link
Owner Author

fonsp commented Mar 29, 2024

@Pangoraw Do you know how we can get this?

@fonsp
Copy link
Owner Author

fonsp commented Mar 29, 2024

Random guess: Maybe these should be moved higher in that list, like here?

@fonsp fonsp added the autocomplete <TAB> label Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autocomplete <TAB> CM6 CodeMirror 6
Projects
None yet
Development

No branches or pull requests

1 participant