I like the plugin DocBlockr for sublime text but I would like my comments to be a bit different.
And how I would like them to appear:
So the type
, description
without the []
square brackets is there anyway of doing this? I've googled and looked trought the documentation but couldn't find it. The lower images is directly taken from the documentation page.
I hope someone could help me with this as making comments would become a lot easier.
Yes, there is a way to do this, but you will have to do it individually for each language. I'll show you how to do it for PHP as an example. In order to do this, I'm going to assume you have PackageResourceViewer
installed (you can install it through Package Control). Follow these steps:
Open up command palette (Ctrl+Shift+P)
Type PackageResourceViewer: Open Resource
and press Enter
Type DocBlockr
and press Enter
Using the arrow keys, find the file named php.sublime-completions
, and press Enter.
Doing this should open up the completions for your PHP files. You can make whatever modifications you want for your DocBlockr completions for the specific language.