materiahq / ngx-monaco-editor

Monaco Editor Library for Angular v6 and above
MIT License
159 stars 35 forks source link

How to addAction ? addCommand ? #39

Closed noririco closed 3 years ago

noririco commented 3 years ago

https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.istandalonecodeeditor.html

How can I use this feature ?

Thanks!

jmarc-roy commented 3 years ago

Hi @noririco,

to use all features from the editor you should retrieve the editor instance as specified in the README here