

Two other completion commands, Smart completion Control+Shift+Space and Import Symbol Completion Control+Alt+Space, which are available always, independently of the selected option for standard completion commands, apply advanced algorithms to add more items to the suggestion list.Īll of ReSharper's completion shortcuts can be pressed several times in succession. To do so, select Visual Studio on the Environment | IntelliSense | General page of ReSharper options ( Alt+R, O). If necessary, you can always return to the Visual Studio's native's IntelliSense. The suggestion list of Basic completion appears when you press the default Visual Studio IntelliSense shortcut Control+Space. The suggestion list of Automatic completion appears as soon as you start typing a new identifier.
VISUAL STUDIO TOOLS FOR UNITY JAVASCRIPT NOT AUTOCOMPLETE CODE
To get you familiar with ReSharper's code completion features, here are some implementation basics:īy default, ReSharper replaces Visual Studio's native's IntelliSense with its own features.

For example, it narrows down the list of suggestions based on your typing, automatically imports selected types and extension methods, adds parentheses when completing method names, suggests variable and field names depending on their types, and more.

ReSharper complements and extends Visual Studio's native code completion (IntelliSense) with more advanced capabilities.
