L.Sabatelli
Results
1
issues of
L.Sabatelli
Could you add a parameter to the [.getValue()](https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.istandalonecodeeditor.html#getvalue); which returns back the editor content without comments? something like `editor.getValue({ trimComments: true });` For example, if I have this content: ```...
feature-request
editor-api