mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-26 19:36:52 +01:00
* first working version of quickfix, walks back to most recent error, removed refactorings from quickfix menu * removed unused code * code cleanup part 2 * specify trigger type * added math check for closest item * removed whitespace * actually reverting whitespace now * retains original workflow, clean up logic, rename for less confusion: * changed to reflect new ux decisions - inline only, cursor no longer jumps, cleaned up logic in cases we don't need to retrigger * selection works in all scenarios, clears on change or on hide, will find closest diagnostic in line * code cleanup * code cleanup - simplified for loops and if statements * added themeable highlights/borders and hiding quickfixes behind a setting * rename to properly align with how it behaves * removed unused async * code cleanup * Update selection.ts * Update codeActionModel.ts * added code fixes * fixed reviewed code! cleanup and logic fixes * removed unused var * removed unused import woops * added check for filter contains quickfix for special keybinds * fixed wording on settings