mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
editor: disable word-based suggestions
This turns off the default word-based suggestions. This was useful when we didn't have proper code completion but now can be distracting. Fixes: https://github.com/pybricks/support/issues/757
This commit is contained in:
@@ -373,6 +373,7 @@ const Editor: React.VFC = () => {
|
||||
contextmenu: false,
|
||||
rulers: [80],
|
||||
lineNumbersMinChars: 4,
|
||||
wordBasedSuggestions: false,
|
||||
}),
|
||||
[],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user