mtots VSCode ExtensionVSCode support for the mtots programming language As of version
The type solver also supports:
Future work:
Release Notes0.0.28Support for trait fields 0.0.27Fix placement of docs for variable (comes after type, rather than before)
Syntax highlighting for binary number literals Variable documentation being placed above the declaration is no longer supported.
Variable documentation must now come after the name (or type annotation if present) and
before the
0.0.26Fix a bug in the type solver related to the 0.0.25Bitwise operators for numbers Iterable based on whether Better hover comment for constructor calls 0.0.24Support for adding documentation to fields. Support for adding documentation to variables after the name. 0.0.23
0.0.22Support for Better goto-definition for imported modules and module members. 0.0.21
0.0.20Minor bugfix where autocomplete wouldn't work when nested inside a function call with mismatched argument count 0.0.19
0.0.18XXX A whole lot of things since 0.0.6 XXX 0.0.6raise syntax and documentation for variables 0.0.5Bugfix for when modules cannot be found. 0.0.4Actual smart language features! Diagnostics, goto-definition, auto-completes based on variables in scope and members available for a given value; parameter hints. Likely still lots of bugs that need to be squashed. Will address them as I use this extension and find them. 0.0.3
0.0.2Properly color line comments 0.0.1An extension is reborn~ |