https://github.com/zero9178/intellij-mlir-ods
Adding support for MLIR ODS to IntelliJ-based IDEs
https://github.com/zero9178/intellij-mlir-ods
Last synced: 7 months ago
JSON representation
Adding support for MLIR ODS to IntelliJ-based IDEs
- Host: GitHub
- URL: https://github.com/zero9178/intellij-mlir-ods
- Owner: zero9178
- License: apache-2.0
- Created: 2024-12-06T14:34:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T10:08:45.000Z (12 months ago)
- Last Synced: 2025-04-03T10:27:42.839Z (12 months ago)
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/26204-mlir-ods/
- Size: 2.2 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# MLIR ODS

[](https://plugins.jetbrains.com/plugin/26204-mlir-ods)
[](https://plugins.jetbrains.com/plugin/26204-mlir-ods)
## Template ToDo list
- [x] Create a new [IntelliJ Platform Plugin Template][template] project.
- [x] Get familiar with the [template documentation][template].
- [x] Adjust the [pluginGroup](./gradle.properties) and [pluginName](./gradle.properties), as well as the [id](./src/main/resources/META-INF/plugin.xml) and [sources package](./src/main/kotlin).
- [x] Adjust the plugin description in `README` (see [Tips][docs:plugin-description])
- [x] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html?from=IJPluginTemplate).
- [x] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time.
- [x] Set the `MARKETPLACE_ID` in the above README badges. You can obtain it once the plugin is published to JetBrains Marketplace.
- [ ] Set the [Plugin Signing](https://plugins.jetbrains.com/docs/intellij/plugin-signing.html?from=IJPluginTemplate) related [secrets](https://github.com/JetBrains/intellij-platform-plugin-template#environment-variables).
- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html?from=IJPluginTemplate).
- [ ] Click the Watch button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes.
Plugin adding language support for [MLIR ODS](https://mlir.llvm.org/docs/DefiningDialects/Operations/) to IntelliJ-based
IDEs via `tblgen-lsp-server`.
## Installation
- Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "MLIR ODS" >
Install
- Using JetBrains Marketplace:
Go to [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/26204-mlir-ods) and install it by clicking the Install to ... button in case your IDE is running.
You can also download the [latest release](https://plugins.jetbrains.com/plugin/26204-mlir-ods/versions) from JetBrains Marketplace and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
- Manually:
Download the [latest release](https://github.com/zero9178/IntelliJ-MLIR-ODS/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
[docs:plugin-description]: https://plugins.jetbrains.com/docs/intellij/plugin-user-experience.html#plugin-description-and-presentation