Skip to content
| Marketplace
Sign in
Visual Studio>Tools>DIC CodeAID
DIC CodeAID

DIC CodeAID

AdamSpeight2008

|
993 installs
| (0) | Free
Makes it easier to copy your code in to a Dream.In.Code thread post by including the code tags.
Download

This extension enable a simple menu item to copy the selected code to the clipboard, with Dream.In.Code code tags included. 

[code]
public IEnumerable<T> Filter<T>(this IEnumerable<T>, Func<T,Bool> fn)
{
  foreach( x in xs )
  {
    if( fn( x ) yield x; 
  )
 }
[/code]

 

Screenshot

As simple as Right Click -> Copy Code with DIC CodeTags.
Updated to support newer version of Visual Studio
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft