magik-vscode
magik-vscode copied to clipboard
Visual Studio Code extension for Smallworld Magik
Hi, in this new release I noticed that when on magik prompt I can't press UpArrow to recover previously inserted commands Thanks
vs_load() at f7 compile and vs_goto() at f3 class browser not working. Magik> vs_load() Global vs_load does not exist: create it? (Y) y Defining global vs_load **** Error: Object unset...
* define_shared_constant * define_shared_variable Added a snippet file for message files with snippet "message".
We have this: ``` { "command": "magik.refreshSymbols", "key": "alt+t" }, { "command": "magik.refreshSymbols", "key": "alt+m" }, ``` Could "alt+m" be used to "compileExtensionMagik" instead? It would solve the error with...