A GitHub Copilot extension that enhances coding experience by providing real-time code style and guideline checking capabilities for Python and Java code.
- Analyzes code style and provides guideline suggestions
- Supports both Python and Java code analysis
- Provides language-specific coding conventions:
- Python: PEP8 guidelines for naming conventions and code style
- Java: Standard Java naming conventions and code style recommendations
- Real-time feedback through GitHub Copilot interface
- Open a Python or Java file in VS Code
- Select the code you want to analyze
- Use GitHub Copilot chat interface to get code style suggestions
- The extension will analyze your code and provide:
- Language-specific naming conventions
- Code style recommendations
- Best practices for the selected code
- Python
- Java