Replies: 1 comment 2 replies
-
For now you may only generate fake pm file with all declarations. but this looks like a good idea to generate subs based on db. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Love the plugin!
Is there anyway to manually tell plugin that certain properties exist in a package ?
For example, I make heavy use of the Class::DBI module in many of my Perl programs for database ORM. This module works by dynamically generating sub's on the fly for the database columns, none of which show in Intellisense given they dont exist as static sub's within the derived module. I'd love to be able to say something like
package MyPackage;
#@subs foo bar biff
And foo bar and biff are shown for Intellisense for anything that has #@type MyPackage
Beta Was this translation helpful? Give feedback.
All reactions