Skip to content

Commit 8289f30

Browse files
authored
Add screenshots from branch
1 parent bb69118 commit 8289f30

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
<img align="right" width="64" alt="dart_logo" src="https://user-images.githubusercontent.com/7820865/78992432-9acce080-7b11-11ea-8576-5c7b72e4be5d.png">
44

5+
[![MELPA](https://melpa.org/packages/lsp-dart-badge.svg)](https://melpa.org/#/lsp-dart)
6+
[![MELPA](https://stable.melpa.org/packages/lsp-dart-badge.svg)](https://stable.melpa.org/#/lsp-dart)
57
[![Build Status](https://travis-ci.com/emacs-lsp/lsp-dart.svg?branch=master)](https://travis-ci.com/emacs-lsp/lsp-dart)
68
[![Gitter](https://badges.gitter.im/emacs-lsp/lsp-mode.svg)](https://gitter.im/emacs-lsp/lsp-mode)
79

8-
910
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).
1011

1112
<img width="22" alt="flutter_logo" align="top" src="https://user-images.githubusercontent.com/7820865/78991346-1aa57b80-7b0f-11ea-9992-25cd1a9ac974.png"> LSP works great with [Flutter](https://flutter.dev/), but there are also other packages that may help to improve your development. See [Additional packages](#additional-packages) for more info.
@@ -32,18 +33,18 @@ Besides the `lsp-mode` features, `lsp-dart` implements the [custom methods featu
3233

3334
### Closing labels
3435

35-
![closing-labels](https://github.com/emacs-lsp/lsp-dart/blob/master/screenshots/closing-labels.png)
36+
![closing-labels](https://raw.githubusercontent.com/emacs-lsp/lsp-dart/screenshots/closing-labels.png)
3637

3738
### Tree views
3839
`lsp-dart` uses `lsp-treemacs` for rendering some tree views features.
3940

4041
**`lsp-dart-show-outline`**
4142

42-
![outline](https://github.com/emacs-lsp/lsp-dart/blob/master/screenshots/outline.png)
43+
![outline](https://raw.githubusercontent.com/emacs-lsp/lsp-dart/screenshots/outline.png)
4344

4445
**`lsp-dart-show-flutter-outline`**
4546

46-
![flutter-outline](https://user-images.githubusercontent.com/7820865/79131080-61e57380-7d7e-11ea-9703-b83e5b551c74.gif)
47+
![flutter-outline](https://raw.githubusercontent.com/emacs-lsp/lsp-dart/screenshots/flutter-outline.gif)
4748

4849
## Supported settings
4950

@@ -73,7 +74,8 @@ Besides the `lsp-mode` features, `lsp-dart` implements the [custom methods featu
7374
:small_blue_diamond: Configure projectile to find the package pubspec.yaml and set the folder as project root:
7475
```elisp
7576
(with-eval-after-load 'projectile
76-
(add-to-list 'projectile-project-root-files-bottom-up "pubspec.yaml"))
77+
(add-to-list 'projectile-project-root-files-bottom-up "pubspec.yaml")
78+
(add-to-list 'projectile-project-root-files-bottom-up "BUILD"))
7779
```
7880

7981
:grey_question: `LSP :: No LSP server for dart-mode(check *lsp-log*).`

0 commit comments

Comments
 (0)