ReSharper 2017.3 Help

Code Style

ReSharper | Options | Code Editing | JavaScript | Code Style

Preferences configurable on this page are taken into account when ReSharper produces new code with code completion and code generation features, applies code templates and performs refactorings. They can also be applied to the existing code by using code cleanup with the corresponding settings.

The preferences with the Notify with selector have corresponding code inspections that notify you if this aspect of the code style in the inspected scope differs from the the preferred style. Using the selectors, you can configure severity levels of the inspections.

ItemDescription
Quotes The preference in this section defines whether apostrophe (') or quote (") should be used as a quote symbol.
This preference is shared with the corresponding preference for TypeScript, i.e. if you change it here, the same preference on the Code Editing | TypeScript | Code Style page of ReSharper options it also changed.
Last modified: 16 April 2018

See Also