sublime-jsdocs icon indicating copy to clipboard operation
sublime-jsdocs copied to clipboard

Changed javascript @memberOf to @memberof (lowercase o)

Open blaasvaer opened this issue 8 years ago • 5 comments

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.

blaasvaer avatar Jan 27 '17 09:01 blaasvaer

Any reason this can't be merged? I need it also.

nwinch avatar Feb 19 '17 22:02 nwinch

Not sure he's giving this much attention ...

blaasvaer avatar Feb 19 '17 23:02 blaasvaer

Any update ?

PierrickP avatar May 15 '17 12:05 PierrickP

Where are we in the process of getting this merged?

blaasvaer avatar Sep 13 '17 09:09 blaasvaer

I've fixed this temporarily: add this repo to Sublime Text (3) and install the package.

Here's how: In Sublime Text:

  1. Shift+CMD+P and select »Package Control: Add Repository«.
  2. Paste this url »https://github.com/blaasvaer/sublime-jsdocs« into the console that shows at the bottom.

When the package finishes installing, then:

  1. Shift+CMD+P and select »Package Control: Install Package«.
  2. 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.

blaasvaer avatar Sep 13 '17 11:09 blaasvaer