aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src/config.rs
Commit message (Expand)AuthorAgeFilesLines
* Collapse documentation and markdown config settings into an enumLukas Wirth2021-06-211-14/+23
* Split hover actions config into its own config structLukas Wirth2021-06-211-6/+44
* Merge #9264bors[bot]2021-06-211-3/+10
|\
| * Remove deprecation support in configLukas Wirth2021-06-211-39/+13
| * Add configuration deprecationLukas Wirth2021-06-141-10/+39
| * Make documentation on hover configurableLukas Wirth2021-06-141-3/+7
* | Implement a config override for the default #[cfg(test)] in cargo cratesJade2021-06-191-0/+4
* | Allow to disable import insertion on single path glob importsLukas Wirth2021-06-181-0/+4
* | Merge #9258bors[bot]2021-06-161-4/+6
|\ \
| * | Give ImportPrefix variants better config namesLukas Wirth2021-06-131-4/+6
| |/
* / Use objects instead of bools for markers in package.jsonLaurențiu Nicola2021-06-151-2/+2
|/
* Add function references hover actionLukas Wirth2021-06-041-0/+4
* Make it opt-inJonas Schievink2021-06-031-0/+6
* Document that `addCallArgumentSnippets` requires `addCallParenthesisLukas Wirth2021-06-021-0/+1
* Add config setting for self-on-the-flyLukas Wirth2021-05-311-0/+4
* Fix incorrect setting descriptionsLucas Schwiderski2021-05-291-5/+5
* only advertise range formatting support if enabledAndy Russell2021-05-271-1/+1
* Merge #8767bors[bot]2021-05-251-4/+9
|\
| * implement range formattingAndy Russell2021-05-231-4/+9
* | Drag detached files towards loadingKirill Bulatov2021-05-231-3/+2
* | Draft detached files retrievalKirill Bulatov2021-05-231-2/+18
|/
* Merge #8873bors[bot]2021-05-201-15/+31
|\
| * Replace ImportGranularity::Guess with guessing boolean flagLukas Tobias Wirth2021-05-191-7/+18
| * Add ImportGranularity::GuessLukas Tobias Wirth2021-05-181-2/+4
| * MergeBehavior -> ImportGranularityLukas Tobias Wirth2021-05-181-11/+14
* | Add new LSP extension for workspace symbol lookupalcroito2021-05-171-1/+62
|/
* minor: adjust config nameAleksey Kladov2021-05-171-10/+10
* Merge #8795bors[bot]2021-05-171-0/+10
|\
| * Formatting and docsJohn Renner2021-05-101-3/+7
| * Allow semantic tokens for strings to be disabledJohn Renner2021-05-101-0/+6
* | Update docsLukas Wirth2021-05-101-2/+2
* | Give MergeBehaviour variants better namesLukas Wirth2021-05-101-9/+11
|/
* internal: ensure that client and server-side configs are not mixed upAleksey Kladov2021-04-281-2/+5
* Add config optionsJorge Mederos Alvarado2021-04-271-0/+2
* Split out merge_imports module from helpers::insert_useLukas Wirth2021-04-241-1/+2
* Code review feedback.James Leitch2021-04-211-3/+3
* Diagnostic Remap Path Prefixes added.James Leitch2021-04-211-1/+8
* Prevent being able to rename items that are not part of the workspaceLukas Wirth2021-04-181-0/+11
* feat: avoid checking the whole project during initial loadingAleksey Kladov2021-04-121-0/+6
* Use CompletionTextEdit::InsertAndReplace if supported by the clientLukas Wirth2021-04-081-0/+13
* More robust status notificationsAleksey Kladov2021-04-061-2/+2
* Bump the default hint lengthKirill Bulatov2021-03-231-1/+1
* Limit the hints size by defaultKirill Bulatov2021-03-231-2/+2
* Reexport PrefixKind to remove deps to hirEdwin Cheng2021-03-221-2/+1
* Enable proc-macros by defaultAleksey Kladov2021-03-151-1/+1
* Avoid double text edits when renaming mod declarationLukas Wirth2021-03-101-0/+3
* Make code less surprisingAleksey Kladov2021-03-091-17/+21
* Add more documentation for rustc_privateJoshua Nelson2021-03-081-3/+7
* Make `code generation` just workAleksey Kladov2021-03-081-2/+2
* Use the same name in xtask and test utilsAleksey Kladov2021-03-081-3/+3