All Projects → top-bettercode → gradle-dependencies-plugins-helper-plugin

top-bettercode / gradle-dependencies-plugins-helper-plugin

Licence: Apache-2.0 license
This is an IntelliJ IDEA plugin for searching dependencies/plugins from JCentral/GradlePlugins inside Gradle projects.

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to gradle-dependencies-plugins-helper-plugin

Gradle Dependencies Plugins Helper Plugin
This is an IntelliJ IDEA plugin for searching dependencies/plugins from JCentral/GradlePlugins inside Gradle projects.
Stars: ✭ 31 (-6.06%)
Mutual labels:  intellij, completion, plugins, intellij-plugin, dependencies
idea-return-highlighter
Highlight return keywords.
Stars: ✭ 24 (-27.27%)
Mutual labels:  intellij, intellij-plugin, intellij-idea
Idea Gradle Dependencies Formatter
Gradle dependencies formatter for IntelliJ IDEA
Stars: ✭ 156 (+372.73%)
Mutual labels:  intellij, intellij-plugin, dependencies
xmake-idea
🍨 A XMake integration in IntelliJ IDEA
Stars: ✭ 44 (+33.33%)
Mutual labels:  intellij, intellij-plugin, intellij-idea
Squaretest
Tracks issues for the Squaretest plugin for IntelliJ IDEA
Stars: ✭ 32 (-3.03%)
Mutual labels:  intellij, intellij-plugin, intellij-idea
SideMirror
An Android Studio plugin to mirror your android devices with scrcpy directly from Android Studio.
Stars: ✭ 49 (+48.48%)
Mutual labels:  intellij, intellij-plugin, intellij-idea
Intellij Emberjs
Ember.js support for JetBrains IDEs (IntelliJ, WebStorm, ...)
Stars: ✭ 202 (+512.12%)
Mutual labels:  intellij, intellij-plugin
Intellij Hcl
HCL language support for IntelliJ platform based IDEs
Stars: ✭ 207 (+527.27%)
Mutual labels:  intellij, intellij-plugin
Intellij Key Promoter X
Modern IntelliJ plugin to learn shortcuts for buttons
Stars: ✭ 2,689 (+8048.48%)
Mutual labels:  intellij, intellij-plugin
reedelk-runtime
Reedelk Runtime Platform Community Edition
Stars: ✭ 25 (-24.24%)
Mutual labels:  intellij, intellij-plugin
Intellij Sdk Code Samples
Mirror of the IntelliJ SDK Docs Code Samples
Stars: ✭ 217 (+557.58%)
Mutual labels:  intellij, intellij-plugin
intellij-quarkus
IntelliJ Quarkus Tools
Stars: ✭ 83 (+151.52%)
Mutual labels:  intellij, intellij-plugin
Wolfram Language Intellij Plugin Archive
Wolfram Language and Mathematica plugin for IntelliJ IDEA.
Stars: ✭ 177 (+436.36%)
Mutual labels:  intellij, intellij-plugin
Awesome Intellij Idea
用爬虫在全网范围内检索 Intellij IDEA 的优秀文章,聚合在此。平台包括 「CSDN」「掘金」「简书」「知乎」「SegmentFault」「博客园」「开源中国」「慕课手记」,相信无论你对 Intellij IDEA 目前了解到什么程度,这个项目都能帮到你。
Stars: ✭ 2,704 (+8093.94%)
Mutual labels:  intellij, plugins
Idea Php Annotation Plugin
Add PHP annotation support for PhpStorm and IntelliJ
Stars: ✭ 216 (+554.55%)
Mutual labels:  intellij, intellij-plugin
Intellij Makefile
Makefile support for IntelliJ-based IDEs
Stars: ✭ 164 (+396.97%)
Mutual labels:  intellij, intellij-plugin
idear
🎙️ Handsfree Audio Development Interface
Stars: ✭ 84 (+154.55%)
Mutual labels:  intellij, intellij-plugin
DockDockBuild
Support for running UNIX Makefiles on a Docker container
Stars: ✭ 43 (+30.3%)
Mutual labels:  intellij, intellij-plugin
IntelliJ-Luanalysis
Type-safe Lua IDE Plugin for IntelliJ IDEA
Stars: ✭ 118 (+257.58%)
Mutual labels:  intellij, intellij-plugin
getx-snippets-intelliJ
An extension to accelerate the process of developing applications with flutter, aimed at everyone using the GetX package.
Stars: ✭ 52 (+57.58%)
Mutual labels:  intellij, intellij-plugin

GradleDependenciesAndPluginsHelper

Version Downloads License

中文说明

This is an IntelliJ IDEA plugin for searching dependencies/plugins from mavenCentral/GradlePlugins inside Gradle projects.

Inspired by https://github.com/siosio/GradleDependenciesHelperPlugin.

Features

  • Use Smart Type Completion in dependencies/plugins script block.

  • Support .gradle,.gradle.kts.

  • Support search by classname in mavenCentral search.

    use "c:"(classname) or "fc:"( fully-qualified classname ) in dependencies script block.

    example:

    compile("fc:org.junit.Test")
    
    compile("c:Junit")
    

  • Add specified repository to repositories.Use Show Intention Actions action (Alt + Enter or ⌥⏎) and choose Add specified repository to repositories.

Settings

  • Make sure Smart Type Completion is on.

  • Support Use Nexus2 Repository Search(Nexus2),Use Artifactory Repository Search options.

License

Apache License Version 2.0

IDE Support

Thanks to JetBrains for offering IDE support to develop this Open Source project.

JetBrains

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].