npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

ide-flowtype

v0.20.0

Published

Flow-typed JavaScript support for Atom IDE

Downloads

8

Readme

Flow for Atom IDE (ide-flowtype)

Flow-typed JavaScript support for Atom IDE, powered by the Flow Language Server.

Autocomplete Flow-typed JavaScript

Extracted from Nuclide, Flow for Atom IDE brings all of the features you need to be productive with Flow-typed JavaScript into Atom.

Installation

Notice Currently, you must also have the atom-ide-ui package (the core of Atom IDE) installed in order to take advantage of ide-flowtype. We're working with the Atom team to streamline this process.

Find ide-flowtype in the Atom package installer by opening Atom's Settings, navigating to Install, and searching for ide-flowtype. Or maybe you're here inside Atom already.

If you have Atom's command line utilities, installation is also just a matter of: apm install atom-ide-ui && apm install ide-flowtype

Windows is not currently fully supported. This is being actively worked on.

What is Atom IDE?

Atom IDE brings the core features you expect in a full-featured IDE into Atom, such as language-aware autocomplete, diagnostics, go-to-definition, type hints, symbol outlines, and more.

Atom IDE is extracted from Nuclide and is brought to you in partnership by GitHub and Facebook.

Atom IDE is also a standard protocol within Atom, so you can replace hackable pieces of UI and language integration with your favorites.

Flow for Atom IDE Features

Flow Version Management

Flow for Atom understands the version of flow you have on your system, as well flow-bin in your package.json (enable this in settings).

Otherwise, versions of flow are automatically downloaded, updated, and run transparently. This means you can create a .flowconfig for your project and get to work right away.

Autocomplete

Autocomplete Flow-typed JavaScript

Suggestions directly from the flow server are prioritized in autocomplete. Return types and complex type definitions shown right along suggestions.

Diagnostics

Real-time Diagnostics show errors as you code

See problems directly in your code the second you hit save. No need to run your code, and no need to flip to your terminal to run flow. Instead, Flow for Atom IDE underscores problems as you code. You can even process large sets of problems at once with the bottom diagnostics pane.

Go to Definition

Want to know how some of your JavaScript works under the hood? Hover over a symbol and hold ⌘ (Mac) or ctrl (Windows and Linux). You'll get a preview of the definition right away, and getting there is only a click away.

Type Hints

Hover over a symbol and get instant feedback for what you're looking at. Flow even shows you types it can infer without any effort on your part.

Hover for type-hints

Outline

Get a birds-eye view of your JavaScript with an outline of the document's symbols, and click to jump right where you need to be.

Outline symbols in code

Contributing

Code of Conduct

Facebook has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

Contributor License Agreement ("CLA")

In order to accept your pull request, we need you to submit a CLA. You only need to do this once to work on any of Facebook's open source projects.

Complete your CLA here: https://code.facebook.com/cla

License

ide-flowtype is BSD licensed. We also provide an additional patent grant.