JetBrains / intellij-platform-plugin-template

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

README: add marketplace as installation option #463

Closed strangelookingnerd closed 4 days ago

strangelookingnerd commented 3 weeks ago

Since the marketplace does provide a convenient method to install plugins into a running IDE as well as downloading the latest version it should be mentioned in the README.

On a side-note: I was tempted to remove the "Manually" option that references the GitHub Releases. I would think that it may become an issue in case a plugin release was pushed to GitHub but is still awaiting verification for the marketplace. This does not only create a mismatch between those two sources but may also impose further issues in case the verification is not succesful and the version is being revoked. Idealy the README would only propose the "prefered" or "official" ways of obtaining a plugin - which would be the marketplace I guess.

codecov-commenter commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 26.92%. Comparing base (ae35708) to head (6afc257). Report is 30 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #463 +/- ## ========================================== - Coverage 27.58% 26.92% -0.67% ========================================== Files 4 4 Lines 29 26 -3 ========================================== - Hits 8 7 -1 + Misses 21 19 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

hsz commented 4 days ago

Thanks!