An open API service indexing awesome lists of open source software.

https://github.com/aui-framework/ide-plugin-clion


https://github.com/aui-framework/ide-plugin-clion

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

          

# AUI Framework Support plugin for CLion

![Build](https://github.com/aui-framework/ide-plugin-clion/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/26118-aui-framework-support.svg)](https://plugins.jetbrains.com/plugin/26118-aui-framework-support)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/26118-aui-framework-support.svg)](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