Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suppress GoLand unused function warning on API #17

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

CL-Jeremy
Copy link

This PR adds the minor feature to suppress the "unused function" warning as seen on the screenshot in #13 (comment).

Other details:

  • Refactor annotator for code sharing with new component
  • Update Gradle and dependencies
  • Bump JDK to 17 to match official guidance
  • Minor cleanups (ignored files, unused imports and variables)
  • Bump version to 0.3.0

* Refactor annotator for code sharing with new component
* Update Gradle and dependencies
* Bump JDK to 17 to match official guidance
* Minor cleanups (ignored files, unused imports and variables)
* Bump version to 0.3.0
@CL-Jeremy CL-Jeremy requested a review from a team as a code owner January 12, 2025 15:44
@CL-Jeremy CL-Jeremy requested review from fredr and removed request for a team January 12, 2025 15:44
@CL-Jeremy
Copy link
Author

Also: PsiComment.text and PsiComment.textRange are expensive operations as marked by the IDE, so their usage have been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant