magik-vscode
magik-vscode copied to clipboard
Methods ending in ?
Magik uses some fairly standard nomenclature for naming methods that return a bool.
For example the method .is_normally_energised?
When you start typing this method, the code picker displays the method, but without the ? on the end. This is the same for all of the methods that end in a '?'
The IDE colourisation also doesn't highlight the ? in the same colour.
Is this a limitation of the extension, or a setting that can be set?