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
I often work with your extension, when paste code from a snippet collection.
For example, I toggle REPLACE and can see all code in my snippet, needed in changes: static async getREPLACE(params: GetREPLACEParams) { return transport.get<GetREPLACEResponse>({ params }); }
So, it will be great, if I can turn on some "auto-selecting highlights" option when cycling its with shortcut (goToNextHighlight), so I can instantly remove text and change it to something else.
The text was updated successfully, but these errors were encountered:
I often work with your extension, when paste code from a snippet collection.
For example, I toggle REPLACE and can see all code in my snippet, needed in changes:
static async getREPLACE(params: GetREPLACEParams) { return transport.get<GetREPLACEResponse>({ params }); }
So, it will be great, if I can turn on some "auto-selecting highlights" option when cycling its with shortcut (goToNextHighlight), so I can instantly remove text and change it to something else.
The text was updated successfully, but these errors were encountered: