Skip to content

Commit 6f893ad

Browse files
authored
Update README.md
1 parent fa24eef commit 6f893ad

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# lsp-dart
22

3-
[![Build Status](https://travis-ci.com/emacs-lsp/lsp-dart.svg?branch=master)](https://travis-ci.com/emacs-lsp/lsp-dart)
3+
[![Build Status](https://travis-ci.com/emacs-lsp/lsp-dart.svg?branch=master)](https://travis-ci.com/emacs-lsp/lsp-dart)<img align="right" width="64" alt="dart_logo" src="https://user-images.githubusercontent.com/7820865/78992432-9acce080-7b11-11ea-8576-5c7b72e4be5d.png">
44

55
Emacs Dart IDE using [lsp-mode](https://github.com/emacs-lsp/lsp-mode) to connect to [Dart Analysis Server](https://github.com/dart-lang/sdk/tree/master/pkg/analysis_server).
66

@@ -17,8 +17,12 @@ An example with a minimal configuration to start using `lsp-dart`:
1717
:hook (dart-mode . lsp))
1818
```
1919

20+
<img width="22" alt="flutter_logo" src="https://user-images.githubusercontent.com/7820865/78991346-1aa57b80-7b0f-11ea-9992-25cd1a9ac974.png"> If you want to work with [Flutter](https://flutter.dev/), there are other packages that may help. See [Additional packages](#additional-packages) for more info.
21+
2022
## Features
21-
Beside the `lsp-mode` features, `lsp-dart` implements the [`dart_analysis_server` custom methods](https://github.com/dart-lang/sdk/blob/master/pkg/analysis_server/tool/lsp_spec/README.md#custom-methods) features too.
23+
Besides the lsp-mode features, lsp-dart implements the custom methods features from the dart_analysis_server too.
24+
25+
Besides the `lsp-mode` features, `lsp-dart` implements the [custom methods features from the `dart_analysis_server` ](https://github.com/dart-lang/sdk/blob/master/pkg/analysis_server/tool/lsp_spec/README.md#custom-methods).
2226

2327
**Closing labels**
2428

@@ -53,10 +57,12 @@ Beside the `lsp-mode` features, `lsp-dart` implements the [`dart_analysis_server
5357
* [lsp-ui](https://github.com/emacs-lsp/lsp-ui) : Flycheck, documentation and code actions support.
5458
* [company-lsp](https://github.com/tigersoldier/company-lsp) : LSP company backend.
5559
* [lsp-treemacs](https://github.com/emacs-lsp/lsp-treemacs) : `lsp-mode` GUI controls implemented using treemacs.
60+
* [flutter.el](https://github.com/amake/flutter.el) : Tool to run emulator and tests from emacs.
61+
* [hover.el](https://github.com/ericdallo/hover.el) : Tool to run flutter mobile apps from desktop without the need of an emulator.
5662

5763
## FAQ
5864

59-
* Q. Emacs can't find my package, it keeps searching up until the dart root package folder.
65+
* :grey_question: Emacs can't find my package, it keeps searching up until the dart root package folder.
6066

6167
Configure projectile to find the package pubspec.yaml and set the folder as project root:
6268
```elisp

0 commit comments

Comments
 (0)