You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
5
5
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).
6
6
7
+
<imgwidth="22"alt="flutter_logo"align="top"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.
8
+
7
9
## Quickstart
8
10
9
11
An example with a minimal configuration to start using `lsp-dart`:
@@ -17,18 +19,15 @@ An example with a minimal configuration to start using `lsp-dart`:
17
19
:hook (dart-mode . lsp))
18
20
```
19
21
20
-
<imgwidth="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
-
22
22
## Features
23
-
Besides the lsp-mode features, lsp-dart implements the custom methods features from the dart_analysis_server too.
24
23
25
24
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).
:grey_question:`LSP :: No LSP server for dart-mode(check *lsp-log*).`
73
+
74
+
:small_blue_diamond: Try to set the `lsp-dart-sdk-dir` to the Dart SDK dir instalation or if you are using Flutter, `<your-flutter-dir>/bin/cache/dart-sdk/`.
0 commit comments