How to set so that all .pc file will be open with visual studio? and it also recognize it as C/C++ code as well. i did the setting in registry before. unfortunately,i deleted the files and totally forgot how to it again
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
just go in windows Explorer to a .pc file and right-click and "open with" then choose Visual Studio and check the box to make this "default". EDIT : Then you go in Visual Studio to Tools menu -> Options menu, -> Text Editor, File extenstion and assign .pc to C++ . |
||||