My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for

Feedback

This not a comprehensive list

CR_PrimitiveTab  
Enhances the Tab to Next Reference feature of CodeRush, allowing one to Tab between primitives of the same value
Updated Sep 19, 2011 by RoryBec...@gmail.com

Requires DXCore 11.1

Introduction

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

Credits

Author: Mark Miller

Powered by Google Project Hosting