I've recently started working with C# at work and I'm using Visual Studio 2017 for it because of the UI development integration and intellisense it has. I previously have used Atom and Visual Studio Code for my Python, C++, and Golang work and I've found a feature that VS2017 seems to missing is the ability to type a quotation mark or parentheses when a block of code is selected and it puts it on either side of selection automatically. VS2017 just overwrites the selection with that character.
I've googled around and have yet to find anything that specifically mentions this, but is there are way I can do this without having to install an extension like Resharper and have to mess with hotkeys?