You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To my understanding, some features (eg. find-references) still require atom-ide-ui which refers to the archived facebook repository.
What are the plans on this going forward and how can we help?
The text was updated successfully, but these errors were encountered:
@atom-community has been working on creating individual packages for each of the features of atom-ide-ui. A few of them have not been released yet (like https://github.com/atom-community/atom-ide-code-format). If you would like to join the community and help create/maintain these packages that would help a lot.
We can add atom-ide-find-references. The process has been to create a new repository, make it work, then improve upon it. Nuclide packages that may be used by some of them as dependencies are available under @atom-ide-community/nuclide-*. Our atom-ide-template-js handles converting Flow to JavaScript.
We can also convert Flow to TypeScript using @khanacademy/flow-to-ts, which makes things much better in the long run.
To my understanding, some features (eg. find-references) still require
atom-ide-ui
which refers to the archived facebook repository.What are the plans on this going forward and how can we help?
The text was updated successfully, but these errors were encountered: