atom-ide-base
Advanced tools
Weekly downloads
Changelog
3.3.0
Readme
Atom IDE packages for Atom
This package is an all-in-one package that installs all the packages that provide Atom IDE features:
atom-ide-datatip
atom-ide-signature-help
atom-ide-hyperclick
atom-ide-definitions
atom-ide-outline
linter
linter-ui-default
intentions
atom-ide-markdown-service
It also provides the TypeScript types for atom-ide packages.
Just install and enjoy.
Install the packages as an npm package:
npm install --save-dev atom-ide-base
Then import the types like the following:
import { BusySignalService } from "atom-ide-base"
See the "types/*.d.ts" files to become familiar with the API.
Install the packages as a dependency:
npm install --save atom-ide-base
Then import the files you need:
import { ProviderRegistry } from "atom-ide-base/commons-atom/ProviderRegistry"
FAQs
Atom IDE packages for Atom
The npm package atom-ide-base receives a total of 487 weekly downloads. As such, atom-ide-base popularity was classified as not popular.
We found that atom-ide-base demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.