DBC Language Syntax
This extension provides basic syntax highlighting, bracket completion, code snippets, lexer/parser errors, and a preview window for the Vector DBC file format. This is created to work with version 2 of the Vector DBC file format. Although DBC files are often programmatically generated, it can be useful to more easily read the DBC file itself in a plaintext format. Syntax highlighting is handled locally through VSCode's integrated TextMates language parsing engine, using PCRE regular expressions to match syntax. This extension also provides a sidebar to preview messages in the current, open DBC file. While this doesn't allow editing, it takes information from various parts of the DBC and makes it easily readable and searchable. The preview window is still a work in progress! Syntax HighlightingMessage and Signal PreviewLexicographic and Parser ErrorsCommonly Used SnippetsKnown Issues
Todo items
Organization
3rd Party Libraries
LicenseGNU General Public License v2.0 only |