Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Here's my requirement:

Upon typing a predetermined character, say '
a comment should be auto appended [for change logging] on that line:

Like

' CHANGE MADE BY XYZ ON 11/NOV/2011 | AAAAAA BB CCCC DD EEEE FFFFFF

Is this possible? Are there good resources for writing such extensions for VS2010?

One more good to have requirement: If the developer does not write a custom comment ("AAAAAA BB CCCC DD EEEE FFFFFF") for the change he made, he should be prompted till he does so.


Thanks In Advance
Posted
Updated 7-Nov-11 22:15pm
v3
Comments
Andrew Brock 8-Nov-11 4:16am    
Plugins are usually written in C#. Added that as a tag so there is more chance of someone who knows what they are doing might see it.
I did write 1 a while back, that was somewhat similar to this, but the code must be on my backup drive. If no one has replied in a few hours I will dig that up.
[no name] 9-Nov-11 0:39am    
Hey, Can you share your solution now? :)
[no name] 8-Nov-11 4:24am    
Sure thanks Andrew!

1 solution

there's a list.. hope you may find one useful...

http://en.wikipedia.org/wiki/List_of_Microsoft_Visual_Studio_add-ins[^]
 
Share this answer
 
Comments
[no name] 8-Nov-11 7:43am    
I'm not looking for 3rd party add-ins. I'm looking for building a custom extension suiting my specific requirements.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900