|
CR_PrimitiveTab
Enhances the Tab to Next Reference feature of CodeRush, allowing one to Tab between primitives of the same value
Requires DXCore 11.1IntroductionThis plugin extends the existing Tab to Next Reference feature that comes with CodeRush The existing feature works in all sorts of contexts. From Identifiers, to Types and across multiple languages. This plugin adds the ability to Tab among references to primitives (string, int, bool etc) of the same value within a single file. So you might tab between references to the number 10 or to the string "This is a string" UsagePlace your caret within the primitive and hit Tab
Additional ConfigurationThe existing Tab to Next Reference feature is unaware of the new functionality and the default context of 3 related shortcuts will prevent this plugin from working unless altered. You will need to add the Editor\Code\InPrimitive context to the Shift+Tab, Tab, and Shift+Alt+U These bindings can be found in the Navigation\References\Nav Fields folder of the Shortcuts Options Page
CreditsAuthor: Mark Miller | |


