You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 exportimport {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
The text was updated successfully, but these errors were encountered: