docs/ide/README.md
; to accept a method from a completion list, IntelliSense will now automatically insert the parentheses along with a semicolon for object creation and method calls.new(…) in non-contentious scenariosnot pattern matching syntax when a suppression operator is presenttypeof to nameof in C# and GetType to NameOf in Visual Basicin keyword where the argument should not be passed by reference== to use is where applicableDateTime and TimeSpan string literals automatically appear when the first quote is typedpragma suppressions and unnecessary SuppressMessageAttributesRename and Find All References understands references to symbols within the target string of global SuppressMessageAttributesNone
None