Skip to content

Commit edeae83

Browse files
committed
update readme
1 parent e64be6c commit edeae83

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# atom-ide
22

3-
This is a template for atom-ide-community packages using TypeScript.
4-
5-
It is recommended to use the TypeScript template, but there is a JavaScript version too [here](https://github.com/atom-ide-community/atom-ide-js).
6-
7-
Use `Ctrl+Shift+F` and replace `atom-ide` with `atom-ide-packagename`. Then put your name in the license section and author section.
3+
Atom IDE packages for Atom
84

95
![Build Status (Github Actions)](https://github.com/atom-ide-community/atom-ide/workflows/CI/badge.svg)
106
[![Dependency Status](https://david-dm.org/atom-ide-community/atom-ide.svg)](https://david-dm.org/atom-ide-community/atom-ide)
@@ -13,13 +9,21 @@ Use `Ctrl+Shift+F` and replace `atom-ide` with `atom-ide-packagename`. Then put
139

1410
## Features
1511

16-
-
12+
This package is an all-in-one package that installs all the packages the provide Atom IDE features:
13+
- `atom-ide-datatip`
14+
- `atom-ide-signature-help`
15+
- `atom-ide-hyperclick`
16+
- `atom-ide-definitions`
17+
- `atom-ide-outline`
18+
- `linter`
19+
- `linter-ui-default`
20+
- `intentions`
1721

18-
## Usage
22+
It also provides the TypeScript types for atom-ide packages.
1923

20-
## Roadmap
24+
## Usage
25+
Just install and enjoy.
2126

2227
## Contributing
23-
2428
- Let me know if you encounter any bugs.
2529
- Feature requests are always welcome.

0 commit comments

Comments
 (0)