You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code App uses Monaco Editor as its core text editor. It is feature-rich and compatible with VS Code features that our users are familiar with. However, its mobile unfriendliness makes the app incredibly difficult to use for users without access to a physical keyboard:
Background
Code App uses Monaco Editor as its core text editor. It is feature-rich and compatible with VS Code features that our users are familiar with. However, its mobile unfriendliness makes the app incredibly difficult to use for users without access to a physical keyboard:
Altenative
CodeMirror 6 is a performant and mobile-friendly editor alternative to Monaco. All native iOS text selection gestures are supported properly.
Left: Monaco with TextMate; Right: CM6

TODOs:
Identify the missing features and lay out a plan for development and integration:
The text was updated successfully, but these errors were encountered: