nhoizey’s avatarnhoizey’s Twitter Archive—№ 98,593

  1. When trying search/replace in @code with regex group matching, $1 is not replaced with the group value… 😢 github.com/Microsoft/vscode/issues/40213#issuecomment-436998555 It looks like it should: code.visualstudio.com/docs/getstarted/tips-and-tricks#_search-and-modify Do I have to use an extension, or find/replace outside VS Code ?