File tree Expand file tree Collapse file tree
client/modules/IDE/components/Editor Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,15 +25,13 @@ import tidyCodeWithPrettier from './tidier';
2525// - p5-javascript
2626// - search, find & replace
2727// - color themes
28+ // - any features lost in the p5 conversion git merge
2829// - javascript color picker (extension works for css but needs to be forked for js)
2930// - revisit keymap differences, esp around sublime
3031// - emmet doesn't trigger if text is copy pasted in
3132// - need to re-implement emmet auto rename tag
3233// - color picker should be triggered by metakey cmd k
3334// - clike addon
34- // ----- QUESTIONS -----
35- // do we want shift tab to indent less? existing behavior is explicitly turned off but i think its nice to have
36- // do we want any extra emmet functionality? https://www.npmjs.com/package/@emmetio/codemirror6-plugin
3735
3836/** This is a custom React hook that manages CodeMirror state. */
3937export default function useCodeMirror ( {
You can’t perform that action at this time.
0 commit comments