Skip to content

Commit c0cacc0

Browse files
authored
Remove demos and point to hls ones
1 parent 0d8dc3e commit c0cacc0

File tree

1 file changed

+10
-40
lines changed

1 file changed

+10
-40
lines changed

README.md

Lines changed: 10 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ As almost all features are provided by the server you might find interesting rea
77

88
## Features
99

10-
You can watch demos for some of these features [below](#demos).
10+
You can watch demos for some of these features [here](https://haskell-language-server.readthedocs.io/en/latest/features.html#demos).
1111

1212
- Warning and error diagnostics from GHC
13-
- Type information and documentation on hover
14-
- Jump to definition
13+
- Type information and documentation on hover, [including your own comments](./configuration.md#how-to-show-local-documentation-on-hover).
14+
- Jump to definition: [for now only for local code definitions](https://github.com/haskell/haskell-language-server/issues/708)
1515
- Document symbols
1616
- Highlight references in document
1717
- Code completion
1818
- Show documentation and sources in hackage
1919
- Formatting via [Brittany](https://github.com/lspitzner/brittany), [Floskell](https://github.com/ennocramer/floskell), [Fourmolu](https://github.com/fourmolu/fourmolu), [Ormolu](https://github.com/tweag/ormolu) or [Stylish Haskell](https://github.com/haskell/stylish-haskell)
2020
- [Multi-root workspace](https://code.visualstudio.com/docs/editor/multi-root-workspaces) support
21-
- [Code evaluation](#code-evaluation), see its [Tutorial](https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-eval-plugin/README.md)
22-
- [Integration with](#retrie-integration) [retrie](https://hackage.haskell.org/package/retrie), a powerful, easy-to-use codemodding tool
23-
- [Code lenses for explicit import lists](#explicit-import-lists)
24-
- [Generate functions from type signatures, and intelligently complete holes using](#wingman) [Wingman (tactics)](https://github.com/haskell/haskell-language-server/tree/master/plugins/hls-tactics-plugin)
25-
- [Integration with](#hlint) [hlint](https://github.com/ndmitchell/hlint), the most used haskell linter, to show diagnostics and apply hints via [apply-refact](https://github.com/mpickering/apply-refact)
26-
- [Module name suggestions](#module-names) for insertion or correction
27-
- [Call hierarchy support](#call-hierarchy)
21+
- [Code evaluation](https://haskell-language-server.readthedocs.io/en/latest/features.html#code-evaluation), see its [Tutorial](https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-eval-plugin/README.md)
22+
- [Integration with](https://haskell-language-server.readthedocs.io/en/latest/features.html#retrie-integration) [retrie](https://hackage.haskell.org/package/retrie), a powerful, easy-to-use codemodding tool
23+
- [Code lenses for explicit import lists](https://haskell-language-server.readthedocs.io/en/latest/features.html#explicit-import-lists)
24+
- [Generate functions from type signatures, and intelligently complete holes using](https://haskell-language-server.readthedocs.io/en/latest/features.html#wingman) [Wingman (tactics)](https://github.com/haskell/haskell-language-server/tree/master/plugins/hls-tactics-plugin)
25+
- [Integration](https://haskell-language-server.readthedocs.io/en/latest/features.html#hlint) with [hlint](https://github.com/ndmitchell/hlint), the most used haskell linter, to show diagnostics and apply hints via [apply-refact](https://github.com/mpickering/apply-refact)
26+
- [Module name suggestions](https://haskell-language-server.readthedocs.io/en/latest/features.html#module-names) for insertion or correction
27+
- [Call hierarchy support](https://haskell-language-server.readthedocs.io/en/latest/features.html#call-hierarchy)
2828

2929
## Requirements
3030

@@ -120,33 +120,3 @@ If you want to help, get started by reading [Contributing](https://github.com/ha
120120
## Release Notes
121121

122122
See the [Changelog](https://github.com/haskell/vscode-haskell/blob/master/Changelog.md) for more details.
123-
124-
## Demos
125-
126-
### Code evaluation
127-
128-
![Eval Demo](https://raw.githubusercontent.com/haskell/haskell-language-server/master/plugins/hls-eval-plugin/demo.gif)
129-
130-
### Retrie integration
131-
132-
![Retrie Demo](https://i.imgur.com/Ev7B87k.gif)
133-
134-
### Explicit import lists
135-
136-
![Imports code lens Demo](https://imgur.com/pX9kvY4.gif)
137-
138-
### Wingman
139-
140-
![Wingman Demo](https://user-images.githubusercontent.com/307223/92657198-3d4be400-f2a9-11ea-8ad3-f541c8eea891.gif)
141-
142-
### Hlint
143-
144-
![Hlint Demo](https://user-images.githubusercontent.com/54035/110860028-8f9fa900-82bc-11eb-9fe5-6483d8bb95e6.gif)
145-
146-
### Module names
147-
148-
![Module Name Demo](https://user-images.githubusercontent.com/54035/110860755-78ad8680-82bd-11eb-9845-9ea4b1cc1f76.gif)
149-
150-
### Call hierarchy
151-
152-
![Call Hierarchy in VSCode](https://github.com/haskell/haskell-language-server/raw/2857eeece0398e1cd4b2ffb6069b05c4d2308b39/plugins/hls-call-hierarchy-plugin/call-hierarchy-in-vscode.gif)

0 commit comments

Comments
 (0)