Tips

Visual, standalone, bite-sized learning resources organized into different categories.

Presentation Assistant
Presentation Assistant
Use Presentation Assistant to display shortcuts being used.
Extract Method
Extract Method
Extract code to a new method.
Use code from chat
Use code from chat
Apply code snippets from the AI Assistant chat window to your project.
Open the AI Assistant chat window
Open the AI Assistant chat window
Open the AI Assistant chat window from Recent Files.
Custom prompts
Custom prompts
Use a custom prompt to let AI Assistant help you.
Refactor Code with AI Assistant
Refactor Code with AI Assistant
How AI Assistant can help you refactor code.
Params collection in C#
Params collection in C#
Use the params collection in C# so methods can accept a dynamic number of parameters.
Find and Fix Problems in Your Code
Find and Fix Problems in Your Code
How AI Assistant can help you to understand errors in your code.
Clean Up Messy Imports With Optimize Imports
Clean Up Messy Imports With Optimize Imports
Quickly remove any unused imports and more.
See Return Values in Variables View
See Return Values in Variables View
See what value a method returns.
Add console.log Faster
Add console.log Faster
Use Postfix Completion to quickly add console.log.
Step Over
Step Over
Advance beyond the current line of code and moves on to the next line.