fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
4.91k stars 284 forks source link

CM: Parse partial strings as strings #2875

Open fonsp opened 3 months ago

fonsp commented 3 months ago

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 commented 3 months ago

@Pangoraw Do you know how we can get this?

fonsp commented 3 months ago

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