about summary refs log tree commit diff
path: root/editors
AgeCommit message (Expand)AuthorLines
2019-03-03Allow syntax tree to update when changing filesVille Penttinen-17/+26
2019-03-03Rename syntaxtree text provider to SyntaxTreeContentProviderVille Penttinen-13/+11
2019-03-03Add vscode support for range in SyntaxTreeParamsVille Penttinen-11/+41
2019-03-03emacs: Fix (void-variable rust-analyzer--last-runnable)Florian Diebold-1/+1
2019-02-26Change default value of highlightingOn to falseVille Penttinen-1/+1
2019-02-23emacs-lsp: Add runnables supportFlorian Diebold-4/+40
2019-02-18Use named multiline Problem Matcherkjeremy-29/+2
2019-02-16Add my emacs configurationFlorian Diebold-0/+139
2019-02-12Merge #807bors[bot]-1/+1
2019-02-12Specify vscode 1.31kjeremy-1/+1
2019-02-12mention no compatability guranteeAleksey Kladov-0/+3
2019-02-10Mention node.js requirement in readmeMatthias Einwag-1/+9
2019-02-10Update dependenciesDJMcNab-8/+8
2019-02-10Fix trace and prettierDJMcNab-2/+4
2019-02-10Add support for a seperate output channel for trace messagesDJMcNab-10/+13
2019-02-07Update npm packageskjeremy-99/+65
2019-02-07Run prettierVille Penttinen-4/+11
2019-02-07Add new configuration "enableEnhancedTyping" to control registering of "type"...Ville Penttinen-1/+33
2019-02-04Implement lens for impls and support resolving lenses.Jeremy Kolb-0/+12
2019-01-30Merge #704 #705bors[bot]-9/+19
2019-01-30Clear the console when running single taskskjeremy-1/+2
2019-01-29Add category to the commandsDJMcNab-8/+16
2019-01-29Start the extension when rust-analyzer status is runDJMcNab-1/+3
2019-01-28align command namingAleksey Kladov-56/+73
2019-01-25add gc requestAleksey Kladov-0/+7
2019-01-25better statsAleksey Kladov-7/+59
2019-01-23ad status commandAleksey Kladov-0/+19
2019-01-19Address issues flagged in reviewMarcus Klaas de Vries-45/+45
2019-01-19Add additional pattern variantsMarcus Klaas de Vries-45/+45
2019-01-19Config for raLspServerPath will be overwritten if __RA_LSP_SERVER_DEBUG is setAndrew Ross-2/+5
2019-01-15Prettier fixAlan Du-1/+4
2019-01-15Fail Travis on Prettier formatting issueAlan Du-1/+1
2019-01-14Reveal the newly added source change in the editor.Jeremy A. Kolb-0/+1
2019-01-13:arrow_up: npmAleksey Kladov-69/+69
2019-01-13note about performanceAleksey Kladov-7/+18
2019-01-13Merge #521bors[bot]-55/+166
2019-01-13refresh docsAleksey Kladov-55/+166
2019-01-12npm fix runJeremy Kolb-9/+16
2019-01-12Merge #500bors[bot]-0/+19
2019-01-12Move run_single into runnablesJeremy Kolb-66/+17
2019-01-12Do not recommend fetching whole repo for end usersPaweł Zmarzły-1/+1
2019-01-11Code lens support for running testsJeremy A. Kolb-0/+68
2019-01-05Allow user to set path to ra_lsp_server in vscode settingsgentoo90-1/+13
2019-01-05fix open of created or renamed fileBernardo-1/+2
2019-01-03index stuff produced by macrosAleksey Kladov-437/+437
2019-01-03use lsp WorkspaceEdit instead of custom source_file_edits and file_system_editsBernardo-33/+10
2019-01-01named multiline problem patterns are not parsed properly in vscode at the momentBernardo-2/+29
2019-01-01fix regex and add rustc-watch problem matcherBernardo-23/+32
2018-12-29Document formatting capabilitiesAleksander Vognild Burkow-0/+2
2018-12-28highlight macro identsAleksey Kladov-1/+2