3.3.0 • Published 3 years ago

atom-ide-base v3.3.0

Weekly downloads
5,858
License
MIT
Repository
github
Last release
3 years ago

atom-ide-base

Atom IDE packages for Atom

Build Status (Github Actions) Dependency Status apm apm

Features

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.

Usage

Just install and enjoy.

Using Types

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.

Using the common files for IDE packages

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"

Contributing

  • Let me know if you encounter any bugs.
  • Feature requests are always welcome.
3.3.0

3 years ago

3.2.0

3 years ago

3.1.1

3 years ago

2.6.1

3 years ago

3.0.0

3 years ago

2.6.0

3 years ago

2.5.0

3 years ago

2.4.0

3 years ago

2.3.4

3 years ago

2.3.3

3 years ago

2.3.2

3 years ago

2.3.0

3 years ago

2.3.1

3 years ago

2.2.0

3 years ago

2.1.4

3 years ago

2.1.6

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.11.2

3 years ago

1.11.0

3 years ago

1.10.0

3 years ago

1.9.0

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.1

3 years ago

1.5.2

3 years ago

1.6.0

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.1

3 years ago

1.3.0

3 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago