-
A Call for Framework-Specific Code Layouts
After releasing the Code Layout Browser, I want to expand the Code Layout library by adding framework-specific or content-specific Code Layouts. I’m talking about Code Layouts such as the “NUnit Test Fixture” Code Layout (an example of framework-specific Code Layout) or the “Plain Old CLR Object” Code Layout (an example of content-specific Code Layouts).
These Code [...] -
Code Layout on Steroids!
A nifty feature available on v0.6.7.2 is the Code Layout Browser.
When you hit Ctrl+R (or whatever you had your shortcut set to), the active document is Regionerated. But if you hit Ctrl+R and keep the Ctrl button down, you will be presented with the Code Layout Browser.The Code Layout Browser is similar to the Alt+Tab [...]
-
#if #endif Blocks Support
This has been stated as a known issue since v0.2 and I can’t really say I solved it. Its quite a difficult problem since its hard to tell which blocks should come over which blocks (#if-#endif vs. #region blocks)
A relatively easy workaround was to ignore #if-#endif blocks and keep their members the same. I believe [...]