12d Programming Language for Visual Studio CodeVisual Studio Code Extension providing language support for the 12d Programming Language. Supports declarations across Requirements
FeaturesSyntax HighlightingGo to definitionJump to or peek at definition of symbol. Find referencesFind references of selected symbol in the context of it's scope. Hover supportGet symbol information (type, signature and documentation) on hover over symbol. Works for built in 12d and user defined symbols. doxygen docblock for documentation is supported for user defined functions if a comment block ends directly above the function declaration. 12d Macro Library documentation shown on hover. AutocompletionProvide completion suggestions as you write your code.
Experimental FeaturesBelow are experimental features provided by the language server. It is incomplete and may cause data loss, use at your own risk.
Planned Features
ConfigurationYou can configure the extension by editing the settings inside of VS Code. Includes DirectoryThe includes directory is an absolute path to the directory containing the ContributingSee contributing. |