Skip to content

RoryBeckerCodeRush/CR_PrimitiveTab

Repository files navigation

'Options Inverter' for CodeRush

This 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"

Usage

Place your caret within the primitive and hit Tab

Additional Configuration

The 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages