Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
19 contributions in the last year
Contribution activity
September - October 2020
August 2020
- NagRock/codemirror.next TypeScript
Created a pull request in codemirror/codemirror.next that received 6 comments
Removed exports of EditorView and EditorState from basic-setup.ts
I've accidentally imported EditorView and EditorState from basic-setup instead of @codemirror/next/state / @codemirror/next/view.
Looks like it's w…
Created an issue in codemirror/codemirror.next that received 4 comments
Show busy indicator during waiting for auto completion results
Hey! First of all congrats for new implementation. Looks really promising. I got two questions about auto completion: Is it possible to show some…