📄️ CodeGPT Chat
The CodeGPT Chat feature enhances your development experience by allowing you to engage in conversations with a Large Language Models (LLM) directly within your text editor. This tutorial will guide you through the steps to make the most of this powerful tool.
📄️ MCP (Model Control Protocol)
CodeGPT now supports the integration of external tools via the Model Context Protocol (MCP), allowing AI models to interact with various services and data sources. This tutorial will walk you through the process of configuring an MCP server within CodeGPT.
📄️ Autocomplete
The Autocomplete feature empowers you to choose from a curated selection of models, including those from Mistral and Ollama. This advanced tool enhances your coding experience by providing accurate and contextually relevant code suggestions.
📄️ Commit Autocomplete
This feature automatically completes the changes you've made in your repository whenever you write a commit message. CodeGPT uses the selected model in the Autocomplete settings and retrieves all the files in staging before pushing.
📄️ Explain CodeGPT
The Explain CodeGPT feature empowers you to gain deeper insights into your codebase. By selecting specific code segments, you can request that CodeGPT provide detailed explanations and clarifications.
📄️ Refactor CodeGPT
The Refactor CodeGPT feature empowers you to optimize your codebase effortlessly. You can request CodeGPT to perform intelligent refactoring operations by selecting specific code segments, enhancing code readability and efficiency.
📄️ Document CodeGPT
The CodeGPT Document CodeGPT feature effortlessly generates comprehensive documentation for your codebase. You can prompt CodeGPT to create detailed and informative documentation by selecting specific code segments.
📄️ Fix this with CodeGPT
The Fix CodeGPT feature empowers you to identify and resolve issues in your codebase proactively. By selecting specific code segments, you can prompt CodeGPT to perform a thorough analysis for bugs or potential problems.
📄️ Unit Test
The Unit Test CodeGPT feature empowers you to generate unit tests for your code quickly. Selecting specific code segments can prompt CodeGPT to create a corresponding unit test, enhancing code reliability and quality.