Code Master Extension for Visual Studio
Add Code Master functionalities directly on Visual Studio! This powerful tool enhances your coding experience in Visual Studio by providing intelligent code suggestions, context-aware chat, and easy access to your project's files. Below, you'll find an overview of its features, how to use them, and the data each feature can access.
Features
1. Copilot Code Auto Complete/Suggestions 🤖
- Description: Similar to GitHub Copilot, Code Master can auto-complete your code.
- Knowledge Access:
- Current Active File: The extension can read and analyze the code in the file you are currently working on.
- Cursor Position: The extension can see the cursor position to provide context-aware suggestions.
- Selected Files: You can add specific files from your solution to improve the suggestions.
- Note: This feature works only if you enable it from the options under
Options -> Code Master -> General -> Copilot -> Copilot Context .
- How to Use:
- Start typing your code in the editor.
- When you want a suggestion, press
Enter to generate it.
- Press
Tab to accept the suggestion.
- To enable or disable this feature, go to
Options -> Code Master -> General -> Copilot and adjust the settings.
3. Code Master Chat 💬
- Description: The Code Master Chat is an AI-powered assistant that can interact with you about your code, similar to ChatGPT, but with the ability to access and understand the context of your current code. It can provide code-related suggestions, explanations, and solutions based on the code you're working on.
- Knowledge Access:
- One Of
- Current Active File: The extension can read and analyze the code in the file you are currently working on.
- Highlighted Text: If you have selected or highlighted specific code in the editor, the extension will prioritize and focus on that context for more targeted suggestions and responses.
- Selected Files: The extension can access files that you have chosen to include from the Solution Context window.
- How to Use:
- Open the Chat window by navigating to
View -> Other Windows -> Code Master Chat .
- Type your question or request in the chat input area.
- If you want to focus on a specific section of code, highlight the text in the editor before opening the chat.
- Press
Ctrl + Enter to send your message and receive a response.
- use
# to mention classes & methods
| |