Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upFlow (JavaScript) language support #982
Comments
sqs
added
feature:code-intel
extensions
roadmap
labels
Nov 13, 2018
sqs
added this to the
3.0 milestone
Nov 13, 2018
sqs
added
the
extension-request
label
Nov 26, 2018
nicksnyder
modified the milestones:
3.0-preview.2,
3.0,
Backlog
Dec 14, 2018
This comment has been minimized.
This comment has been minimized.
vicapow
commented
Jan 16, 2019
Any update on this one? With some guidance, I may be able to jump in. |
This comment has been minimized.
This comment has been minimized.
Sweet, code intelligence on Sourcegraph is now provided through Sourcegraph extensions. We've built extensions for Go, TypeScript, and Python. Anyone can create a new Sourcegraph extension for Flow support, and Sourcegraph is happy to help out with funding and technical guidance! @vicapow let me know if you'd like to get started |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sqs commentedNov 13, 2018
You will be able to see hovers, go to definition, and find references in JavaScript code with Flow types. Sourcegraph already supports JavaScript (and TypeScript) using TypeScript's code analyzer and type inferencer (#960), but this does not yet support Flow. Details TBD.