Article·augmentcode.com
coding-agententerprisecontext-enginelarge-codebasedeveloper-toolsenterprise-aicode-completionautonomous-codingdeveloper-productivity
Augment Code
Augment Code is an enterprise AI coding agent that leverages a proprietary context engine to index large codebases and organizational knowledge, providing highly relevant code suggestions and enabling autonomous task completion.
intermediate15-30 minutes (initial setup and indexing)5 steps
The play
- Installation and SetupInstall the Augment Code plugin for your IDE (e.g., VS Code, IntelliJ). Configure the plugin with your organization's API key and repository access credentials.
- Indexing Your CodebaseTrigger the indexing process for your monorepo. This may take some time depending on the size of the codebase. Augment Code will analyze the code structure, dependencies, and documentation.
- Code Suggestion and CompletionStart coding in your IDE. Augment Code will provide real-time code suggestions based on the context of your current file, related files, and organizational knowledge. Accept suggestions by pressing Tab or Enter.
- Autonomous Task CompletionDescribe a task you want Augment Code to perform (e.g., 'Implement a new API endpoint for user authentication'). Augment Code will generate the necessary code, tests, and documentation.
- Review and RefineCarefully review the code generated by Augment Code. Refine the code as needed to meet your specific requirements and coding standards. Provide feedback to Augment Code to improve its future suggestions.
Starter code
Install the Augment Code plugin for your IDE and configure it with your organization's credentials.
Source