Skip to content

Commit 0b1981b

Browse files
committed
add sponsor links
1 parent a0de172 commit 0b1981b

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

editors/code/README.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,27 @@ Provides support for rust-analyzer: novel LSP server for the Rust programming la
1111
Work on rust-analyzer is sponsored by
1212

1313
[<img src="https://user-images.githubusercontent.com/1711539/58105231-cf306900-7bee-11e9-83d8-9f1102e59d29.png" alt="Ferrous Systems" width="300">](https://ferrous-systems.com/)
14+
1415
- [Mozilla](https://www.mozilla.org/en-US/)
1516
- [Embark Studios](https://embark-studios.com/)
1617
- [freiheit.com](https://www.freiheit.com)
1718

19+
If you want to sponsor:
1820

21+
- [OpenCollective](https://opencollective.com/rust-analyzer/)
22+
- [Github Sponsors](https://github.com/sponsors/rust-analyzer)
1923

2024
## Features
2125

22-
* [code completion], [imports insertion]
23-
* [go to definition], [implementation], [type definition]
24-
* [find all references], [workspace symbol search], [rename]
25-
* [types and documentation on hover]
26-
* [inlay hints]
27-
* [semantic syntax highlighting]
28-
* a lot of [assist(code actions)]
29-
* apply suggestions from errors
30-
* ... and many more, checkout the [manual] to see them all
26+
- [code completion], [imports insertion]
27+
- [go to definition], [implementation], [type definition]
28+
- [find all references], [workspace symbol search], [rename]
29+
- [types and documentation on hover]
30+
- [inlay hints]
31+
- [semantic syntax highlighting]
32+
- a lot of [assist(code actions)]
33+
- apply suggestions from errors
34+
- ... and many more, checkout the [manual] to see them all
3135

3236
[code completion]: https://rust-analyzer.github.io/manual.html#magic-completions
3337
[imports insertion]: https://rust-analyzer.github.io/manual.html#auto-import
@@ -42,11 +46,10 @@ Work on rust-analyzer is sponsored by
4246
[semantic syntax highlighting]: https://rust-analyzer.github.io/manual.html#semantic-syntax-highlighting
4347
[assist(code actions)]: https://rust-analyzer.github.io/manual.html#assists-code-actions
4448

45-
46-
4749
[manual]: https://rust-analyzer.github.io/manual.html
4850

4951
## Quick start
52+
5053
1. Install [rustup] the rust toolchain
5154
2. Install the [rust-analyzer extension]
5255

@@ -57,14 +60,14 @@ Work on rust-analyzer is sponsored by
5760

5861
This extension provides configurations through VSCode's configuration settings. All the configurations are under `rust-analyzer.*`.
5962

60-
See https://rust-analyzer.github.io/manual.html#vs-code-2 for more information on VSCode specific configurations.
63+
See <https://rust-analyzer.github.io/manual.html#vs-code-2> for more information on VSCode specific configurations.
6164

6265
## Communication
6366

6467
For usage and troubleshooting requests, please use "IDEs and Editors" category of the Rust forum:
6568

66-
https://users.rust-lang.org/c/ide/14
69+
<https://users.rust-lang.org/c/ide/14>
6770

6871
## Documentation
6972

70-
See https://rust-analyzer.github.io/ for more information.
73+
See <https://rust-analyzer.github.io/> for more information.

0 commit comments

Comments
 (0)