Alex Papadimoulis’ Smart Paster is a great little tool that can paste text in programmer-friendly ways (e.g. as a StringBuilder, as a language-specific string literal, etc.). However, it doesn’t seem to be available for VS2010.
Anyone know of a similar extension or of plans to port Smart Paster?
I don’t know, though I doubt there would be much, if any, work in updating it for VS2010. The command system is essentially unchanged. It looks like Alex has source available, so you could try just downloading the VS2008 source and rebuilding.
Updating the extension may result in a simpler source in terms of package management (
VSIXfiles) and the new.pkgdeffiles (for editing the registry), but what’s there may just work to a significant degree without any changes.