-
Notifications
You must be signed in to change notification settings - Fork 1
Shorter access to encodings #23
Copy link
Copy link
Open
Description
you asked for things that are hard or annoying, so here is one
I find myself stumbling every time when typing marker.encoding.get("selected") as compared to marker.selected. Both in the code and in console when i want quick-check something. It's not only the length of a thing to type but also hitting "" and () correctly, which i can rarely do because i'm in a different keyboard layout or on a different keyboard. Additionally .get("selected") doesn't get auto-suggested by console, versus .selected.
I understand that the new way is dictated by a good architecture, but can there also be a shortcut somehow?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels