ReSharper 2016.3 Help

Naming Style

ReSharper | Options | Code Editing | Visual Basic.NET | Naming Style

This page of ReSharper options defines symbol naming rules for Visual Basic.NET.

ReSharper helps you define, control, and apply naming style for symbols in your code. Naming style is implemented as a set of rules, each of which targets specific identifiers with the set of constraints. Each rule can have one or more associated styles that define suffixes, prefixes, capitalization of compound words, etc.

These rules are taken into account when ReSharper suggests symbol names in code completion, generates new members, applies code templates and performs refactorings. ReSharper also helps you detect and fix violations of naming rules. If necessary, the automatic checkup of naming rules can be configured or disabled.

ItemDescription
Edit Click this button, or double-click a list entry, to edit the selected naming rule using the Edit Rule Settings dialog. For details on editing naming rules, see modifying default naming rules .
Advanced settings Click this button to create or manage custom naming rules using the Advanced Naming Settings dialog. See creating a custom naming rule for details.
Last modified: 12 October 2017

See Also

Concepts: