Camelcade / Perl5-IDEA

Perl5 plugins for IntelliJ IDEA
https://plugins.jetbrains.com/plugin/7796-perl/
Other
408 stars 76 forks source link

Add xml option to add new keyword provided by the module #2878

Open hurricup opened 1 month ago

hurricup commented 1 month ago

We are able to provide exports/implicitly declared methods, but not keywords. This requires to use some hacky ways to handle the documentation and completion or write the custom logic. Ideally we would need to update lexer/parser if necessary and just register those in xml file.