Does anyone know a Visual Studio extension that allows me to add comments to the code that are stored in a separate file and not in the original code? Sometimes I want to make some notes for refactoring, that should not clutter the code for other developers.
A link to some VSIX souce code example that associates comments from a separate file to the target source code should also help me to develop such an extension myself.
↧