sublime-jsdocs
sublime-jsdocs copied to clipboard
Changed javascript @memberOf to @memberof (lowercase o)
Can't seem to do this myself locally anymore, as ST has changed the way packages are installed ... therefore I have to do it this way.
According to the JSDocs @memberof is all lowercase.
Any reason this can't be merged? I need it also.
Not sure he's giving this much attention ...
Any update ?
Where are we in the process of getting this merged?
I've fixed this temporarily: add this repo to Sublime Text (3) and install the package.
Here's how: In Sublime Text:
- Shift+CMD+P and select »Package Control: Add Repository«.
- Paste this url »https://github.com/blaasvaer/sublime-jsdocs« into the console that shows at the bottom.
When the package finishes installing, then:
- Shift+CMD+P and select »Package Control: Install Package«.
- Select »sublime-jsdoc«
This should install my forked version of the repo. You should leave it side by side with DocBlockr, as both options (@memberOf and @memberof) will appear when you type @mem ... and won't work if you remove DocBlockr.
And you can then remove this repo when (if) DocBlockr gets updated.