Is there a way to disable the auto-complete/pop-ups when coding in the curriculum

Is it possible? Sometimes it’s useful but some of the boxes are quite large and obscure my previous lines of code… Thanks

You can’t prevent the editor from offering the code suggestions, because that’s built in to the monaco editor. You can, however, close it when it pops up by hitting the Escape key.

1 Like