I want to create a VS Extension to insert a default text at the top of any document in my procects. This can be over a command or automatically during creating a new file for project. I have searched for some samples from VS Extensions. I found one to modify
the editor the all text is higlighted purple. But nothing with manipulating the content of the source editors view. But i think there must be some samples. I cant be the only one doing this.
Can anybody give me such a sample?