Open
Description
Since there is not a replace command available, it would be really convinient if I could edit to files directly in the displayed results.
date-fns just released a large breaking change where import parseISO from 'date-fns/parseISO';
needs to be a named export import {parseISO} from 'date-fns/parseISO';
and there are 113 occurrences in the codebase, so this is an annoying task.
It would be useful to make edits without having to open each file up one by one in separate tabs 113 times. (replacement would be ideal - but that would be very difficult for most use-cases)
my use-case is solved via native VSCode regex replacement, but for cases where that is not supported, inline editing would be really nice
Metadata
Metadata
Assignees
Labels
No labels