FunC Language Support for VS CodeThis extension enables support for FunC in VS Code. FeaturesSyntax highlightingSymbols searchPress Cmd+Shift+O to locate through symbols in file. CompletionGet contextual completion hints while typing. Extension shows functions defined in workspace, global and local variables. DefinitionsView definitions for function or global variable using Cmd+Click. FormattingFormat code using Cmd+Option+F Building & running
What to improve?
Release Notes1.1.0Added CodeLens for numeric string literals. 1.0.1Hotfix language server crash. 1.0.0Large release supported by ton-society 🚀 Added new FunC syntax, formatter and improved completion. Find more at changelog. 0.2.2Fixed autocomplete with function arguments, minor highlighting bugs. 0.2.1Added snippets for recv_external, recv_internal, supported_interfaces. 0.2.0Fixed bugs related with paths in Windows, fixed completion after "." and "~", added definitions. 0.1.0Added symbols search & completion. 0.0.3Some minor improvements. 0.0.2Small highlighting fixes. 0.0.1Draft release, highlighting & basic code snippets. |