suren-atoyan / monaco-react

Monaco Editor for React - use the monaco-editor in any React application without needing to use webpack (or rollup/parcel/etc) configuration files / plugins

Home Page:https://monaco-react.surenatoyan.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snippet suggession or the error finding is not working properly

SujithThirumalaisamy opened this issue · comments

Describe the bug
When switching for one lang to another. Using state the proper prompt for the suggession is not working

To Reproduce

Steps to reproduce the behavior:

  1. Set a default lang
  2. Type and test some snippet suggesstion
  3. Change the language with state
  4. Snippet is not working

Expected behavior
Expected to properly switch the editor to the language and give propper snippets

please check out multi-model-editor