https://github.com/opensolon/solon-idea-plugin
https://github.com/opensolon/solon-idea-plugin
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opensolon/solon-idea-plugin
- Owner: opensolon
- License: apache-2.0
- Created: 2023-02-06T22:44:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-25T14:31:23.000Z (over 1 year ago)
- Last Synced: 2024-12-25T15:23:53.426Z (over 1 year ago)
- Language: Java
- Size: 295 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Solon
[](https://plugins.jetbrains.com/plugin/21380-solon)
[](https://plugins.jetbrains.com/plugin/21380-solon)
## Template ToDo list
- [x] Create a new [IntelliJ Platform Plugin Template][template] project.
- [ ] Get familiar 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?from=IJPluginTemplate).
- [ ] [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 [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.
Solon for IntelliJ IDEA plugin,Features:
* Provides Solon Initializr New Project wizard.
* Autocompletion for Properties configuration files.
Solon 的 IntelliJ IDEA 插件,特性:
* 提供新建项目向导
* 自动完成 .properties 配置文件的提示
## Installation
- Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Solon" >
Install Plugin
- Manually:
Download the [latest release](https://gitee.com/noear/solon-idea-plugin/releases) 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