I can\'t figure out how to find and replace all occurrences of a word in different files using Visual Studio Code version 1.0.
I get the impression this should be po
To replace a string in a single file (currently opened): CTRL + H
For replacing at workspace level use: CTRL + SHIFT + H