Skip to content

Files

Latest commit

 

History

History
30 lines (24 loc) · 1.19 KB

File metadata and controls

30 lines (24 loc) · 1.19 KB

Code Check Copilot Extension

A GitHub Copilot extension that enhances coding experience by providing real-time code style and guideline checking capabilities for Python and Java code.

Features

  • 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

Usage

  1. Open a Python or Java file in VS Code
  2. Select the code you want to analyze
  3. Use GitHub Copilot chat interface to get code style suggestions
  4. The extension will analyze your code and provide:
    • Language-specific naming conventions
    • Code style recommendations
    • Best practices for the selected code

Supported Languages

  • Python
  • Java

More Resources