atularen / ngx-monaco-editor

Monaco Editor component for Angular 2 and Above
https://www.npmjs.com/package/ngx-monaco-editor
MIT License
428 stars 155 forks source link

Suggestion box events #262

Closed aakash-thedev closed 1 year ago

aakash-thedev commented 1 year ago

Hi guys , i've been implementing autocomplete in monaco editor , i wanted to know if i can capture the events when the suggestion box opens , what user selects from the suggestions etc. Been searching for many days now and couldn't find a solution. Does monaco have this feature ??