Skip to content

Commit 45d632b

Browse files
committed
chore: fixed name and description of the plugin
1 parent d93303d commit 45d632b

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
# 🚀 GoLand Polycode Navigator
22

33
<!-- Plugin description -->
4-
## ✨ Overview
5-
6-
The **GoLand Polycode Navigator** is an innovative IntelliJ Platform plugin designed to enhance navigation within polyglot GoLand projects. It provides seamless and intuitive ways to explore codebases that combine Go with other languages, making development smoother and more efficient.
7-
8-
Say goodbye to the hassle of jumping between different tools or manually searching for related code. This plugin intelligently understands your project's structure, allowing you to navigate across language boundaries with ease.
4+
This plugin, Polycode, is designed to significantly enhance navigation within polyglot GoLand projects. It provides seamless and intuitive ways to explore codebases that combine Go with other languages, making development smoother and more efficient for developers working with diverse technology stacks. It intelligently understands your project's structure, allowing you to navigate across language boundaries with ease, reducing context switching and accelerating your development workflow in complex, multi-language GoLand projects.
95
<!-- Plugin description end -->
106

117
## 🌟 Features

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
22

33
pluginGroup = org.jetbrains.plugins.template
4-
pluginName = IntelliJ Platform Plugin Template
4+
pluginName = Polycode
55
pluginRepositoryUrl = https://github.com/JetBrains/intellij-platform-plugin-template
66
# SemVer format -> https://semver.org
77
pluginVersion = 2.1.1

src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
22
<idea-plugin>
3-
<id>org.jetbrains.plugins.template</id>
4-
<name>IntelliJ Platform Plugin Template</name>
5-
<vendor>JetBrains</vendor>
3+
<id>cloud.polycode.plugins.next-coder</id>
4+
<name>Polycode</name>
5+
<vendor>CloudImpl</vendor>
66

77
<depends>com.intellij.modules.platform</depends>
88
<depends>org.jetbrains.plugins.go</depends>

0 commit comments

Comments
 (0)