Pluto.jl icon indicating copy to clipboard operation
Pluto.jl copied to clipboard

CM: Parse partial strings as strings

Open fonsp opened this issue 1 year ago • 2 comments

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 avatar Mar 29 '24 18:03 fonsp

@Pangoraw Do you know how we can get this?

fonsp avatar Mar 29 '24 18:03 fonsp

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

fonsp avatar Mar 29 '24 19:03 fonsp