Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Clarify the names one more time | Aleksey Kladov | 2020-10-15 | 1 | -2/+2 | |
| | ||||||
* | More idiomatic classification API | Aleksey Kladov | 2020-10-15 | 1 | -3/+3 | |
| | ||||||
* | Clarify NameClass names a bit | Aleksey Kladov | 2020-10-15 | 1 | -1/+1 | |
| | ||||||
* | Fix hover over field pattern shorthand | Vlad Shcherbina | 2020-10-14 | 1 | -1/+24 | |
| | | | | | | | Instead of the information about the field, it now shows the information about the local. Fixes #6146 | |||||
* | Remove methodowner & fix formatting | Zac Pullar-Strecker | 2020-10-08 | 1 | -1/+1 | |
| | ||||||
* | Rename ide::link_rewrite -> ide::doc_links & tidy imports | Zac Pullar-Strecker | 2020-10-08 | 1 | -1/+1 | |
| | ||||||
* | Merge #6140 | bors[bot] | 2020-10-06 | 1 | -6/+45 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6140: honour hover.content_format client capability r=lnicola a=robinvd This removes all markdown when the client does not support the markdown MarkupKind. Otherwise the output on the editor will have some markdown boilerplate, making it less readable. For example kak_lsp does not currently support markdown. ![image](https://user-images.githubusercontent.com/22073483/95112949-ef0ff080-0741-11eb-82a7-0594fa2cd736.png) after: ![image](https://user-images.githubusercontent.com/22073483/95113089-2bdbe780-0742-11eb-94fa-bcfec6d7347a.png) Co-authored-by: Robin van Dijk <[email protected]> | |||||
| * | honor content_format clientcap | Robin van Dijk | 2020-10-05 | 1 | -6/+45 | |
| | | | | | | | | | | | | This removes all markdown when the client does not support the markdown MarkupKind Otherwise the output on the editor will have some markdown boilerplate, making it less readable | |||||
* | | Properly name the field | Kirill Bulatov | 2020-10-02 | 1 | -1/+1 | |
| | | ||||||
* | | Add a dash test | Kirill Bulatov | 2020-10-02 | 1 | -0/+30 | |
|/ | ||||||
* | rename mock_analysis -> fixture | Aleksey Kladov | 2020-10-02 | 1 | -8/+8 | |
| | ||||||
* | Get rid of MockAnalysis | Aleksey Kladov | 2020-10-02 | 1 | -46/+46 | |
| | ||||||
* | Add hover config `linksInHover` to suppress links | flw | 2020-09-29 | 1 | -9/+104 | |
| | ||||||
* | Fix type walking about type of async block | oxalica | 2020-09-11 | 1 | -0/+64 | |
| | ||||||
* | Tease apart orthogonal concerns in markdown link rewriting | Aleksey Kladov | 2020-08-26 | 1 | -0/+54 | |
| | | | | | | | | | | | | `hir` should know nothing about URLs, markdown and html. It should only be able to: * resolve stringy path from documentation * generate canonical stringy path for a def In contrast, link rewriting should not care about semantics of paths and names resolution, and should be concern only with text mangling bits. | |||||
* | Cleanup hover links tests | Aleksey Kladov | 2020-08-26 | 1 | -88/+74 | |
| | ||||||
* | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-links | Zac Pullar-Strecker | 2020-08-24 | 1 | -55/+542 | |
| | ||||||
* | Switch to expect_test from crates.io | Aleksey Kladov | 2020-08-21 | 1 | -1/+1 | |
| | ||||||
* | display correctly 'impl Trait<T> + Trait<T>' #4814 | Benjamin Coenen | 2020-08-13 | 1 | -0/+19 | |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | |||||
* | Rename ra_ide -> ide | Aleksey Kladov | 2020-08-13 | 1 | -0/+2461 | |