Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opencyphal/vscode-dsdl
Support for DSDL syntax highlighting in vscode
https://github.com/opencyphal/vscode-dsdl
dsdl syntax-highlighting visual-studio vscode
Last synced: about 8 hours ago
JSON representation
Support for DSDL syntax highlighting in vscode
- Host: GitHub
- URL: https://github.com/opencyphal/vscode-dsdl
- Owner: OpenCyphal
- License: mit
- Created: 2018-10-24T20:08:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T07:41:56.000Z (about 1 year ago)
- Last Synced: 2024-10-29T18:47:20.032Z (3 months ago)
- Topics: dsdl, syntax-highlighting, visual-studio, vscode
- Homepage: https://marketplace.visualstudio.com/items?itemName=Uavcan.dsdl
- Size: 89.8 KB
- Stars: 5
- Watchers: 19
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# DSDL for Visual Studio Code
This extension adds support for Data Structure Description Language (DSDL) in Visual Studio Code.
## Features
* Syntax highlighting for DSDL
* All built-in primitive types
* Constant values:
* Interger literals in base 2, 8, 10, 16
* Floating point literals
* Scientific notation
* Boolean values
* Single ASCII characters
* Cast modes
* Directives
* Service response marker
* Comments
* Easy comment/uncomment of lines using vscode's built-in shortcuts## Release Notes
### 1.0.0
First stable release. Changes:
- State support for UAVCAN v1.0. The syntax definitions did not need updating.
- Update the logo.### 0.1.0
The initial release of Extension. Added support for syntax highlighting and shortcuts for easy commenting/uncommenting of code.