Open ankahla opened 6 years ago
when using template editor I get many escape char \ before every space so I got this `\ \ \ \ /* \ \ \ \ \ \ Get\ the\ value\ of\ %description% \ \ \ \ \ \ \ \ \ \ \ @return\ %type% \ \ \ \ \ */ \ \ \ \ %scope%\ function\ %methodName%() \ \ \ \ { \ \ \ \ \ \ \ \ return\ $this->%variable%; \ \ \ \ }
\
`
@ankahla what version of the plugin are you using?
v0.5.7 should have solved it
when using template editor I get many escape char
\
before every space so I got this `\ \ \ \ /* \ \ \ \ \ \ Get\ the\ value\ of\ %description% \ \ \ \ \ \ \ \ \ \ \ @return\ %type% \ \ \ \ \ */ \ \ \ \ %scope%\ function\ %methodName%() \ \ \ \ { \ \ \ \ \ \ \ \ return\ $this->%variable%; \ \ \ \ }`