Skip to content

Commit

Permalink
feat: Show hints on Ctrl+Space (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
fdiogo committed May 13, 2020
1 parent 0173bf4 commit e5bea8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Playroom/CodeEditor/CodeEditor.tsx
Expand Up @@ -262,6 +262,7 @@ export const CodeEditor = ({ code, onChange, previewCode, hints }: Props) => {
cm.replaceSelection(spaces);
}
},
'Ctrl-Space': completeIfInTag,
"'<'": completeAfter,
"'/'": completeIfAfterLt,
"' '": completeIfInTag,
Expand Down

0 comments on commit e5bea8f

Please sign in to comment.