aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/snippets.ts
Commit message (Collapse)AuthorAgeFilesLines
* fix: cursor position after item move commandEduardo Canellas2021-05-241-1/+1
| | | | closes Item movers need some fixes #8492
* fix: reveal snippetsAleksey Kladov2021-05-231-0/+3
|
* Use `const` instead of `let`Jonas Schievink2021-03-271-1/+1
|
* Fix handling of multi-cursor snippetsJonas Schievink2021-03-271-5/+5
| | | | | This allows one snippet per TextEdit, multiple in the same TextEdit are still broken
* fix errorsSahandevs2021-02-071-0/+2
|
* remove unnecessarySahandevs2021-02-071-1/+1
|
* Support multiple workspace editsLukas Wirth2020-11-041-5/+18
|
* Fix snippetTextEdits applying to other filesTimo Freiberg2020-07-221-0/+4
| | | | | | | vscode.window.visibleTextEditors only contains editors whose contents are being displayed at the moment, so the previous logic only worked if the other file for which a snippetTextEdit is being received was visible in a separate split.
* Less rust-analyzer specific onEnterAleksey Kladov2020-05-251-0/+3
|
* Remove dead codeAleksey Kladov2020-05-251-0/+52