📄️ 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.
📄️ 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.
📄️ CodeBuilder on CodeGPT
When you configure CodeGPT as a provider, you can use the /CodeBuilder tool to:
📄️ Explain CodeGPT
The Explain CodeGPT feature empowers you to gain deeper insights into your codebase. You can request CodeGPT to provide detailed explanations and clarifications by selecting specific code segments.
📄️ Refactor CodeGPT
The Refactor CodeGPT feature empowers you to optimize your codebase effortlessly. By selecting specific code segments, you can request CodeGPT to perform intelligent refactoring operations, enhancing code readability and efficiency.
📄️ Vision
The Vision button is a powerful tool that allows you to analyze images and extract meaningful information.
📄️ Document CodeGPT
The CodeGPT Document CodeGPT feature enables you to effortlessly generate comprehensive documentation for your codebase. By selecting specific code segments, you can prompt CodeGPT to create detailed and informative documentation.
📄️ Find Problems CodeGPT
The Find Problems CodeGPT feature empowers you to proactively identify and resolve issues in your codebase. 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 quickly generate unit tests for your code. By selecting specific code segments, you can prompt CodeGPT to create a corresponding unit test, enhancing code reliability and quality.
📄️ Code Interpreter
The Code Interpreter allows you to execute code within the code blocks provided by agents in the CodeGPT chat.
📄️ InLine Edit Code
The Inline Code Edit feature of CodeGPT is a powerful tool that allows you to edit and refine your code directly within your work environment. To use this feature, you must first select CodeGPT as your Provider and Model.
📄️ StackOverflow on CodeGPT
When you configure CodeGPT as a provider, you can use the /StackOverflow tool to: