erichard / SublimePHPCompanion

A Sublime Text plugin that provides cool stuff for PHP 5.3+ coding session.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expand fully qualified with leading \

Nizari opened this issue · comments

I have my keybinding for fqcn: {"keys": ["f8"], "command": "expand_fqcn" },

However, I can't seem to to find a way to use expand_fqcn with a leading .
How would I set this up? it should be possible according to the docs.

p.s. this tool is amazing!

{ "keys": ["f8"], "command": "expand_fqcn", "args": {"leading_separator": true} },

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.