https://github.com/aui-framework/ide-plugin-clion
https://github.com/aui-framework/ide-plugin-clion
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aui-framework/ide-plugin-clion
- Owner: aui-framework
- License: mit
- Created: 2022-01-07T21:50:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-15T06:56:48.000Z (10 months ago)
- Last Synced: 2025-08-15T08:32:22.946Z (10 months ago)
- Language: Kotlin
- Homepage:
- Size: 5.61 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# AUI Framework Support plugin for CLion

[](https://plugins.jetbrains.com/plugin/26118-aui-framework-support)
[](https://plugins.jetbrains.com/plugin/26118-aui-framework-support)
AUI Framework Support plugin provides various QoL features for application development with
[AUI Framework](https://github.com/aui-framework/aui) in JetBrains IDEs.
- new file templates
- color picker for `_argb` and `_rgb` literals
- assets gutter
## Installation
- Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "ide-plugin-clion" >
Install
- Using JetBrains Marketplace:
Go to [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/26118-aui-framework-support) 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/26118-aui-framework-support/versions) from JetBrains Marketplace and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
- Manually:
Download the [latest release](https://github.com/aui-framework/ide-plugin-clion/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