Files
vscode/src/vs/platform/actionWidget
Justin ChenandGitHub 5c4daed6a3 CtrlCmd + . will also activate on quickfixes in the current line (#193049)
* 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
2023-09-26 01:29:03 +01:00
..