Open
Description
When the perl lib
directory is in a subdirectory of the project (e.g., <root>/mojo/lib/...
) this extension is not usable for inserting the package, even with a correct "before" regex.
I've tried:
"before": "^.*lib/{{name}}\\.pm"
"before": "^mojo/lib/{{name}}\\.pm"
And dozens of other permutations. In fact, I could even use something like "before": "ojo/lib/{{name}}\\.pm"
and the extension inserts a package name that's correct, but with the unmatched leading "m" intact. However, when I add the "m" to the regex, or use any other regex that should work, the extension's replacement disappears entirely (no "package" entry on ctl-space, no package autocomplete)
Metadata
Metadata
Assignees
Labels
No labels