Open
Description
IDE preferences are complicated. Monaco has good defaults, but for users to really feel at home, they may want to customize monaco to behave more like their preferred IDE. This was spurred by a complaint from @jcferretti around acceptSuggestionOnEnter
conflicting with wanting to use enter strictly for newlines.
Expose the options (or some reasonable subset) from https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.ieditoroptions.html to the end user (assuming there is an easy way to gather enum options). These options should be presented similar to shortcut key customizations, in an adjecent settings section, with drop downs for the enums.