Sometimes my LaTeX document gets long and messy, and so it's hard for me to look through and find what I want. When I program, I usually have a macro in my IDE that creates a separator of comments to keep the code clean. I'm looking for something similar in TeXnicCenter. So it would insert the following
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Or something to that effect. Now if TeXnicCenter doesn't have the capability of making macros like this, is there a way I could take advantage of the autocomplete system to do this? So I would add a custom command to the TeXnicCenter LaTeX XML files so that it would autocomplete with the percent signs. Does anyone know how to do this?

