https://github.com/samcrow/intellij-uavcan
UAVCAN data structure description language syntax highlighting for IntelliJ IDEs
https://github.com/samcrow/intellij-uavcan
Last synced: about 1 year ago
JSON representation
UAVCAN data structure description language syntax highlighting for IntelliJ IDEs
- Host: GitHub
- URL: https://github.com/samcrow/intellij-uavcan
- Owner: samcrow
- Created: 2021-10-07T01:40:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T07:05:19.000Z (over 4 years ago)
- Last Synced: 2025-01-29T23:41:30.532Z (over 1 year ago)
- Language: Kotlin
- Size: 1.34 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# intellij-uavcan

[](https://plugins.jetbrains.com/plugin/PLUGIN_ID)
[](https://plugins.jetbrains.com/plugin/PLUGIN_ID)
## Template ToDo list
- [x] Create a new [IntelliJ Platform Plugin Template][template] project.
- [ ] Get known with the [template documentation][template].
- [ ] Verify the [pluginGroup](/gradle.properties), [plugin ID](/src/main/resources/META-INF/plugin.xml) and [sources package](/src/main/kotlin).
- [ ] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html).
- [ ] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time.
- [ ] Set the Plugin ID in the above README badges.
- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html).
- [ ] Click the Watch button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes.
This plugin provides syntax highlighting for UAVCAN Data Structure Description Language files.
## Installation
- Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "intellij-uavcan" >
Install Plugin
- Manually:
Download the [latest release](https://github.com/samcrow/intellij-uavcan/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
---
Plugin based on the [IntelliJ Platform Plugin Template][template].
[template]: https://github.com/JetBrains/intellij-platform-plugin-template