We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Extend the list of tags that are folded in plugin descriptor files.
extensions.globalInspection
extensions.localInspection
extensions.intentionAction
<intentionAction> for LANGUAGE at {categoryKey} in className</intentionAction>
The text was updated successfully, but these errors were encountered:
#29: Add support for folding extensions.globalInspection tags
93a9a40
#29: Extend documentation with globalInspection tag folding
a75aa43
Completed in v0.6.0.
Sorry, something went wrong.
#29: Add resource bundle key resolution logic to inspection EP tag fo…
3f0f2f4
…lding
#29: Add code folding for intentionAction XML tags in plugin descript…
7092bc3
…or files
picimako
No branches or pull requests
Summary
Extend the list of tags that are folded in plugin descriptor files.
Candidates
extensions.globalInspection
: has potentially the same logic asextensions.localInspection
.extensions.intentionAction
:<intentionAction> for LANGUAGE at {categoryKey} in className</intentionAction>
The text was updated successfully, but these errors were encountered: