Quick Hints are code inspections that recommend ways for improving your code.
While Quick Fixes warns you about code that
won't compile, the hints only suggest you to convert code from one state to another in order to improve
readability, make use of "syntactic sugar", etc.
Note |
---|
Language Support Supported: C# Not supported: VB.NET, JavaScript, ASP.NET, XAML, HTML |
You can watch the video tutorial
Telerik JustCode - Introduction to Telerik JustCode Quick Hints.
There are three quick hints currently available:
See Also