Loading video...

Video Failed to Load

Go Home

🤖 Meet Agent Mode in JetBrains AI Assistant for VS Code! 🔗 Go beyond simple code completion and delegate complex coding tasks to our AI agent that can: ✨ Analyze your entire codebase ✨ Make multi-file edits simultaneously ✨ Handle intricate refactoring operations ✨ Solve complex programming challenges under...

15,129 views • 1 year ago •via X (Twitter)

9 Comments

Oleh Vanin's profile picture
Oleh Vanin1 year ago

JetBrains AI Assistant in VSCode before AI Assistant in JetBrains lineup?.. 🙃

BPSingh's profile picture
BPSingh1 year ago

human always intelligent :)

JetBrains's profile picture
JetBrains1 year ago

True story 😎

Carmine Punella's profile picture
Carmine Punella1 year ago

@ivanfioravanti another stuff to try… we have still few licenses … even if with @cursor_ai we are already doing really magic stuff!! Sad to see that agent are still not supported on Rider 😫

ig4g's profile picture
ig4g1 year ago

What about Go?

Guilherme Delgado's profile picture
Guilherme Delgado1 year ago

Ironically, I'm using the GitHub Copilot plugin in Android Studio because Junie isn't available yet... But then again, since my company already uses GitHub and we have Copilot licenses, I guess Junie won’t really be an option for us anyway.

Big Bruno's profile picture
Big Bruno1 year ago

This agentic coding is good but makes you not type I haven't typed since January. Now I cancelled it just to type makes you lazy.

luotuo9527's profile picture
luotuo95271 year ago

The quota policy was confused, no place to see the usage account for each model

ReadyMS's profile picture
ReadyMS1 year ago

Where is the agent mode in jetbrain Rider?

Related Videos

Before software engineers even begin writing code, they have to set the stage of the entire development process. This process requires engineers to make complex tradeoffs between requirements, system design, and implementations details. Current IDEs that rely on AI features, like chat and inline coding, can help engineers get the job done quickly on small development tasks. Still, engineers spend much more time on larger projects—even after the initial code is generated—by conducting rigorous testing and creating documentation. This is where today’s AI IDEs can do more to accelerate the development lifecycle—and this is why we built Kiro. Kiro is an AI IDE that helps you go from prototype to production with spec-driven development and agent hooks. From simple to complex tasks, Kiro works alongside you to turn prompts into detailed specs, then into working code, docs, and test so what you build is exactly what you want and ready to share with your team. After a developer builds the code with Kiro, Kiro’s agent hooks help engineers solve challenging problems and automate tasks like generating documentation and unit tests. Kiro brings structure and mature engineering practices to AI coding, so you can go from concept to application while being in the driver’s seat every step of the way. Kiro is free during preview, and supports Mac, Windows, and Linux, and most popular programming languages. We're excited for you to try it out and let us know what you think ➡️

Swami Sivasubramanian

154,343 views • 1 year ago

8 rules to improve your AI coding agent. All of these rules work with Claude Code, Cursor, VS Code, and with most programming languages. Automating these rules will 10x the code quality and security produced by your AI coding agents. 1. Dependency checks - Prevent your agent from suggesting insecure libraries based on outdated training data. 2. Secret exposure - Auto-fix the use of hardcoded credentials introduced by your coding agent. 3. File and function size - Automatically refactor any files or functions that exceed a reasonable length. 4. Complexity and parameter limits - Simplify overly complex code written by the agent. 5. SQL Injection - Auto-fix all database interactions with unsanitized user input. 6. Unused variables and imports - Detect and remove dead code. 7. Detect invisible unicode characters in AI rules files - Remove zero-width spaces, direction overrides, and other invisible characters that can hide malicious behavior. 8. Insecure OpenAI API usage - Enforce use of secure OpenAI endpoints, proper authentication, and context isolation Here is how you can automate this: Install the Codacy extension. This will give you access to a CLI for local scanning and an MCP server for agent communication. From here on out, every time you need to generate some code: 1. Your agent will write the code 2. It will then call Codacy's CLI to check it 3. It will find any issues in real time 4. Your coding agent will fix the issues 5. When the code passes all checks, you are done Level of effort on your side: literally zero! Code quality and security because of this: 100x better! Here is the link to download the extension for your IDE: Thanks to the Codacy team for collaborating with me on this post.

Santiago

49,331 views • 9 months ago