zaynv
zaynv
1. Install `tern_for_sublime` through Package Control. 2. Navigate to the `tern_for_sublime` folder in your `Packages` Directory. 3. Inside that folder, run `npm install` And you should be good to go.
There are two tern plugins for Sublime. One is under the name of [`TernJS`](https://github.com/emmetio/sublime-tern) in Package Control and one is [`tern_for_sublime`](https://github.com/ternjs/tern_for_sublime) which is this one. I would recommend only using...
This seems to actually happen if you close the editor. If you create the `sum` function during the current session and write the comments like so: **sum.js** ``` javascript /**...
Ah sorry, it was actually the same thing as `sum.js` I just named it differently that time. Steps to reproduce: `1.` Create an `app.js` and `sum.js` and open them in...
Hmm, but `react-redux` seems to use types from `redux` like here: https://github.com/flowtype/flow-typed/blob/2132a22c83c2c7d7a96fe0f977604131758cf18f/definitions/npm/react-redux_v5.x.x/flow_v0.54.x-/react-redux_v5.x.x.js#L1
Thanks! Would you consider publishing this module to npm? Something like: ```js var scrambler = require('scramblersuite')['333']; scrambler.getRandomScramble().scramble_string; ```