2
I wonder if Visual Studio makes it possible to manage snippets of code for easy insertion into files during an edit. Or if there is one add-on do that.
Example:
I have this bit of code that I always use:
<script src="jquery.js" ></script>
The idea would be to record this piece of code and insert it easily whenever necessary, with a few clicks.