|
1 | | -# fu-stock-plugin |
2 | | - |
3 | | - |
4 | | -[](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID) |
5 | | -[](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID) |
6 | | - |
7 | | -## Template ToDo list |
8 | | -- [x] Create a new [IntelliJ Platform Plugin Template][template] project. |
9 | | -- [ ] Get familiar with the [template documentation][template]. |
10 | | -- [ ] 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). |
11 | | -- [ ] Adjust the plugin description in `README` (see [Tips][docs:plugin-description]) |
12 | | -- [ ] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html?from=IJPluginTemplate). |
13 | | -- [ ] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time. |
14 | | -- [ ] Set the `MARKETPLACE_ID` in the above README badges. You can obtain it once the plugin is published to JetBrains Marketplace. |
15 | | -- [ ] 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). |
16 | | -- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html?from=IJPluginTemplate). |
17 | | -- [ ] Click the <kbd>Watch</kbd> button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes. |
18 | | -- [ ] Configure the [CODECOV_TOKEN](https://docs.codecov.com/docs/quick-start) secret for automated test coverage reports on PRs |
19 | | - |
20 | | -<!-- Plugin description --> |
21 | | -This Fancy IntelliJ Platform Plugin is going to be your implementation of the brilliant ideas that you have. |
22 | | - |
23 | | -This specific section is a source for the [plugin.xml](/src/main/resources/META-INF/plugin.xml) file which will be extracted by the [Gradle](/build.gradle.kts) during the build process. |
24 | 1 |
|
25 | | -To keep everything working, do not remove `<!-- ... -->` sections. |
26 | | -<!-- Plugin description end --> |
27 | | - |
28 | | -## Installation |
29 | | - |
30 | | -- Using the IDE built-in plugin system: |
31 | | - |
32 | | - <kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>Marketplace</kbd> > <kbd>Search for "fu-stock-plugin"</kbd> > |
33 | | - <kbd>Install</kbd> |
34 | | - |
35 | | -- Using JetBrains Marketplace: |
36 | | - |
37 | | - Go to [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID) and install it by clicking the <kbd>Install to ...</kbd> button in case your IDE is running. |
38 | | - |
39 | | - You can also download the [latest release](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID/versions) from JetBrains Marketplace and install it manually using |
40 | | - <kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd> |
| 2 | +# fu-stock-plugin |
41 | 3 |
|
42 | | -- Manually: |
| 4 | +[](https://plugins.jetbrains.com/plugin/29372-fustock) |
| 5 | +[](https://plugins.jetbrains.com/plugin/19269-fu-doc/versions) |
| 6 | +[](https://plugins.jetbrains.com/plugin/19269-fu-doc) |
| 7 | +[]() |
43 | 8 |
|
44 | | - Download the [latest release](https://github.com/wangdingfu/fu-stock-plugin/releases/latest) and install it manually using |
45 | | - <kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd> |
46 | 9 |
|
| 10 | +> FuStock是一个可以实时查看股票行情,维护自己股票持仓的炒股插件。支持多分组管理,实时刷新股票行情,股票每日收益等 |
47 | 11 |
|
48 | | ---- |
49 | | -Plugin based on the [IntelliJ Platform Plugin Template][template]. |
50 | 12 |
|
51 | | -[template]: https://github.com/JetBrains/intellij-platform-plugin-template |
52 | | -[docs:plugin-description]: https://plugins.jetbrains.com/docs/intellij/plugin-user-experience.html#plugin-description-and-presentation |
0 commit comments