| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-05-25 | internal: Make autoclosing angle brackets configurable, disabled by default | Lukas Wirth | -1/+1 | |
| 2022-05-22 | onTypeFormatting: don't insert > if another > is there | Felicián Németh | -5/+101 | |
| 2022-05-22 | feat: Add on-typing handler for left angle | Felicián Németh | -5/+207 | |
| Only advertise this feature in the server capabilities when the client supports SnippetTextEdit. Close #11398. Co-authored-by: unexge <unexge@gmail.com> | ||||
| 2022-05-22 | internal: Allow OnTypeFormatting to send SnippetTextEdit | Felicián Németh | -6/+16 | |
| But continue to send TextEdit only. | ||||
| 2022-04-14 | add docs | Jonas Schievink | -0/+3 | |
| 2022-04-13 | Remove trailing `;` when turning assignment into `==` comparison | Jonas Schievink | -1/+70 | |
| 2022-04-13 | Add more no-op tests | Jonas Schievink | -0/+16 | |
| 2022-04-12 | Add trailing `;` when typing `=` in assignment | Jonas Schievink | -9/+95 | |
| 2022-04-05 | Wrap macros in expr position in `MacroExpr` node | Jonas Schievink | -0/+11 | |
| 2022-01-14 | fix: Adjust `.` typing auto indentation | Lukas Wirth | -10/+63 | |
| 2021-06-21 | Don't insert `}` when typing `{` in string | Jonas Schievink | -3/+33 | |
| 2021-05-09 | feat: auto-insert `}` when typing `{` in use item | Jonas Schievink | -19/+131 | |
| 2021-04-13 | internal: follow test style guide in typing.rs | Jonas Schievink | -96/+104 | |
| 2021-04-07 | Document `}` insertion | Jonas Schievink | -0/+1 | |
| 2021-04-07 | Make better use of `stdx::always` | Jonas Schievink | -7/+21 | |
| 2021-04-07 | Rewrite, reparse modified file | Jonas Schievink | -49/+114 | |
| 2021-04-07 | simplify | Jonas Schievink | -8/+6 | |
| 2021-04-07 | Use stdx::always | Jonas Schievink | -5/+5 | |
| 2021-04-07 | Complete braces more aggressively | Jonas Schievink | -20/+35 | |
| 2021-04-07 | Autoclose blocks when typing `{` | Jonas Schievink | -1/+46 | |
| 2021-03-31 | Gif of "let = " typing assist | Ayomide Bamidele | -0/+1 | |
| 2021-03-31 | Gifs and screenshots for features in manual (syntax highlighting and typing) | Ayomide Bamidele | -0/+2 | |
| 2021-03-16 | Upgrade rowan | Aleksey Kladov | -1/+1 | |
| Notably, new rowan comes with support for mutable syntax trees. | ||||
| 2021-03-15 | some clippy::performance fixes | Matthias Krüger | -2/+1 | |
| use vec![] instead of Vec::new() + push() avoid redundant clones use chars instead of &str for single char patterns in ends_with() and starts_with() allocate some Vecs with capacity to avoid unneccessary resizing | ||||
| 2021-01-14 | Phase out SourceFileEdits in favour of a plain HashMap | Lukas Wirth | -2/+1 | |
| 2021-01-14 | Group file source edits by FileId | Lukas Wirth | -3/+6 | |
| 2021-01-07 | Change <|> to $0 - Rebase | Kevaundray Wedderburn | -15/+15 | |
| 2020-10-24 | Re-export base_db from ide_db | Igor Aleksanov | -1/+1 | |
| 2020-09-01 | Document VS Code setting needed for on-typing assists | Aramis Razzaghipour | -0/+8 | |
| 2020-08-13 | Rename ra_ide -> ide | Aleksey Kladov | -0/+364 | |
