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
{{ message }}
This repository was archived by the owner on Feb 12, 2022. It is now read-only.
As the number of snippets increases, performance decreases. Currently we implemented snippet editor with CodeMirror. Although I have not yet understood the source code, CodeMirros seems that the size of the editor is recalculated each keydown.
As the number of snippets increases, performance decreases. Currently we implemented snippet editor with CodeMirror. Although I have not yet understood the source code, CodeMirros seems that the size of the editor is recalculated each keydown.
To solve this problem, I suggest options:
You can see performance profile via Google Drive.
Suggestion editor integration
Monaco Editor
code-snippet.component.ts
Very very old version of code snippet editor. We need to adapt to the latest interface.
Ace Editor
Below code implements NoteSnippetEditor with AceEditor.
The text was updated successfully, but these errors were encountered: