Last active
April 24, 2019 14:03
-
-
Save jessopb/11cbd4d8ff7f1f01415cc27641cf9571 to your computer and use it in GitHub Desktop.
Setting up lbry-desktop environments for flow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Webstorm: | |
| - yarn add global flow-bin | |
| - yarn global dir to find out where it installed | |
| - point webstorm settings/languages & frameworks/javascript: | |
| - version to flow | |
| - flow executable to, e.g. `config/yarn/global/node_modules/flow-bin/vendor/flow` by browsing | |
| - press control while hovering to see type tooltip | |
| # Atom: | |
| - package ide-flowtype | |
| - check box "use node_modules if available" | |
| - hover support unknown at this time |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A few extra Webstorm tips:
node_modulesto ignoresrc/ui, but I think there's a few)