JetBrains / intellij-platform-plugin-template

Template repository for creating plugins for IntelliJ Platform
Apache License 2.0
2.97k stars 587 forks source link

package io.github... #429

Closed LinWanCen closed 5 months ago

LinWanCen commented 6 months ago

Describe the need of your request

now com.github

<idea-plugin>
    <id>com.github.linwancen.drawgraph</id>
    <name>idea-plugin Template</name>
    <vendor>linwancen</vendor>
</idea-plugin>

I want io.github

<idea-plugin>
    <id>io.github.linwancen.draw.graph</id>
    <name>draw-graph</name>
    <vendor email="1498425439@qq.com" url="https://github.com/LinWanCen/draw-graph">linwancen</vendor>
</idea-plugin>

Proposed solution

When use this temp create a project.

Alternatives you've considered

No response

Additional context

No response

hsz commented 5 months ago

This is a personal preference, and should not be applied globally.