(no title)
BobJS | 2 years ago
```js
monaco.editor.create(document.getElementById('container'), {
value: 'const myVar = hello',
language: 'javascript',
autoClosingBrackets: 'always' // <--- This
});```
When I highlight "hello world" and press ', I want to see "'hello world'" instead of "'"
All that aside, awesome project
dmitry-vsl|2 years ago
meowtimemania|2 years ago