Refactoring Your Code: Light Bulbs and Quick Actions

One of the benefits provided by the .NET Compiler Platform is live static code analysis, which means that compilers use grammar and semantic rules to analyze your code as you type. Managed compilers provide a built-in set of code analyzers, which send to the code editor information for immediately highlighting errors and code issues, suggesting fixes, and allowing reorganization of the code in a better way, using refactoring techniques. Visual Basic 2015 takes strong advantages of all these new functionalities, providing the best coding experience ever. You can now fix and improve your code without ever losing your focus on the code editor.

Code Analyzers and Custom Refactoring

Chapter 51 ...

Get Visual Basic 2015 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.