|
18 | 18 | - [ ] Configure the [CODECOV_TOKEN](https://docs.codecov.com/docs/quick-start) secret for automated test coverage reports on PRs |
19 | 19 |
|
20 | 20 | <!-- Plugin description --> |
21 | | -This Fancy IntelliJ Platform Plugin is going to be your implementation of the brilliant ideas that you have. |
22 | 21 |
|
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. |
| 22 | +[Github](https://github.com/j-plugins/call-plugin) | [Telegram](https://t.me/jb_plugins/50) | [Donation](https://github.com/xepozz/xepozz?tab=readme-ov-file#become-a-sponsor) |
24 | 23 |
|
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: |
| 24 | +## Inline Call |
31 | 25 |
|
32 | | - <kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>Marketplace</kbd> > <kbd>Search for "call-plugin"</kbd> > |
33 | | - <kbd>Install</kbd> |
| 26 | +Inline Call plugin provides a way to call independent parts of your code: |
34 | 27 |
|
35 | | -- Using JetBrains Marketplace: |
| 28 | +- HTTP requests |
| 29 | +- SQL queries |
| 30 | +- Shell commands |
36 | 31 |
|
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. |
| 32 | +## Donation |
38 | 33 |
|
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> |
| 34 | +Open-source tools can greatly improve workflows, helping developers and businesses save time and increase revenue. |
| 35 | +Many successful projects have been built on these tools, benefiting a wide community. |
| 36 | +However, maintaining and enhancing these resources requires continuous effort and investment. |
41 | 37 |
|
42 | | -- Manually: |
| 38 | +Support from the community helps keep these projects alive and ensures they remain useful for everyone. |
| 39 | +Donations play a key role in sustaining and improving these open-source initiatives. |
43 | 40 |
|
44 | | - Download the [latest release](https://github.com/xepozz/call-plugin/releases/latest) and install it manually using |
45 | | - <kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd> |
| 41 | +Chose the best option for you to say thank you: |
46 | 42 |
|
| 43 | +[<img height="28" src="https://github.githubassets.com/assets/patreon-96b15b9db4b9.svg"> Patreon](https://patreon.com/xepozz) |
| 44 | +| |
| 45 | +[<img height="28" src="https://github.githubassets.com/assets/buy_me_a_coffee-63ed78263f6e.svg"> Buy me a coffee](https://buymeacoffee.com/xepozz) |
| 46 | +| |
| 47 | +[<img height="28" src="https://boosty.to/favicon.ico"> Boosty](https://boosty.to/xepozz) |
47 | 48 |
|
48 | | ---- |
49 | | -Plugin based on the [IntelliJ Platform Plugin Template][template]. |
50 | | - |
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 |
| 49 | +<!-- Plugin description end --> |
0 commit comments