francodacosta / atom-php-getters-setters

automatically generate _Getters_ and _Setters_ for your php classes in the atom.io editor
MIT License
17 stars 10 forks source link

Template editor not working as expected #33

Open ankahla opened 6 years ago

ankahla commented 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%; \ \ \ \ }

`

francodacosta commented 6 years ago

@ankahla what version of the plugin are you using?

v0.5.7 should have solved it