Google Gemini + VS Code is INSANE! (FREE!) 🤯
9:28

Google Gemini + VS Code is INSANE! (FREE!) 🤯

Julian Goldie SEO 01.10.2025 15 484 просмотров 197 лайков обн. 18.02.2026
Поделиться Telegram VK Бот
Транскрипт Скачать .md
Анализ с AI
Описание видео
Want to make money and save time with AI? Join here: https://juliangoldieai.com/EwvmdK

Оглавление (2 сегментов)

  1. 0:00 Segment 1 (00:00 - 05:00) 952 сл.
  2. 5:00 Segment 2 (05:00 - 09:00) 874 сл.
0:00

Segment 1 (00:00 - 05:00)

Google just dropped something crazy and it's going to change how you code forever. I'm talking about Gemini and VS Code working together in ways that feel like science fiction. This isn't just another AI tool. This is a complete gamecher. Today I'm going to show you how to code faster, smarter, and with way less headaches. Let's go. So, here's what just happened. Google rolled out massive updates to Gemini Code Assist for VS Code. And I'm not talking about small tweaks. I'm talking about features that make coding feel like cheating. Multiple chat sessions at once. Checkpoint roll backs that let you undo AI mistakes. And the big one, the CLI now talks directly to your editor. It knows what you're working on. It sees your code. It gives you suggestions in real time with diff views right inside VS Code. This is next level. And here's the crazy part. Most developers have no idea this exists yet. While everyone's talking about Copilot, Google quietly built something that might be even better. Gemini 2.5 is under the hood now. The code it writes is sharper. The suggestions are smarter and the context awareness. It actually understands your entire codebase. Now, let me break down why this matters. You know how most AI coding tools just guess. They don't really know your project. They give you generic code that doesn't fit. Not anymore. Gemini Code Assist now has local codebase awareness. You can feed it your workspace. You can feed it specific files. It learns your style. It learns your patterns. the suggestions it gives you actually make sense for your project. Hey, if we haven't met already, I'm the digital avatar of Julian Goldie, CEO of SEO agency Goldie Agency. Whilst he's helping clients get more leads and customers, I'm here to help you get the latest AI updates. Julian Goldie reads every comment, so make sure you comment below. All right, let's talk about the actual features because this is where it gets wild. First up, multiple chat sessions. You can run different conversations at the same time. One for debugging, one for refactoring, one for new features, no more losing your train of thought. No more switching context and forgetting what you were doing. Each chat stays open. Each chat stays focused. Next checkpoint roll back. This one's in preview. But it's a lifesaver. The AI makes this suggestion. You apply it. Something breaks. Now you can just roll back to before the change. One click back to normal. No more manual undo chains. No more git stash panic. Just instant roll back. This alone saves hours of frustration. Then there's the context uh filtering. You know how AI tools sometimes grab sensitive files or they try to read your node modules folder with 50,000 files. Now you can use AI exclude org ignore to tell Gemini what to skip. Privacy stays locked down. Performance stays fast. You control what the AI sees. But here's where it gets really interesting. You can attach code snippets to chat. You can attach terminal output to chat. Think about that for a second. You get an error in your terminal. You copy it. You paste it into Gemini chat. It reads the error. It looks at your code. It tells you exactly what's wrong. No more googling error messages. No more Stack Overflow rabbit holes. Just instant answers. Now, let me show you the CLI integration because this is the part that blew my mind. Google released updates to the Gemini CLI in August. It now has deep integration with VS Code. What does that mean? You can ask Gemini questions from your terminal and it knows what file you have open in the editor. It knows what code you have selected. It gives you suggestions that match your context. Then it opens a diff view right in VS Code side by side. Old code on the left, new code on the right. You review it. You accept it or reject it. All without leaving your editor. This is the future of coding. The AI doesn't just throw code at you. It shows you the changes. It explains the changes. You stay in control. All right. Here's the part where I need to tell you something important. You need to check out the AI profit boardroom. This is where I teach exactly how to use tools like this to grow your agency, your business, your revenue. So, we've got members saving hundreds of hours with AI automation. We've got members landing bigger clients because they're faster and better than the competition. The links in the description. Don't sleep on this. Okay, back to Gemini. Let's talk setup because you need to see how easy this is. Open VS Code. Go to extensions. Search for Gemini code assist. Click install. Done. Restart VS Code. Sign in with your Google account, accept the permissions, that's it. You're live. If you're on the enterprise tier, you'll connect your Google Cloud project and enable the APIs. But for most people, the free tier is enough to get started. Now, let's talk about how you actually use this thing. Code completion is the basic mode. You start typing. Gemini shows ghost text suggestions in line. You hit tab. It fills in the code. Fast, accurate, saves keystrokes, saves brain power. But the real magic is in the commands. You can use slash commands to generate code. Type drop generate function to calculate Fibonacci sequence. Boom. It writes the function. You get a diff view. You accept or reject. Same thing with a fix for bugs. Doc for documentation. Simplify for refactoring. It's like having a senior
5:00

Segment 2 (05:00 - 09:00)

developer sitting next to you. The chat mode is where it gets conversational. You can ask why does this function crash when input is zero. Gemini reads your code, spots the null pointer, explains the fix. You can use the ALF symbol to tag specific files or snippets. Tell it to focus on one part of your codebase. The more context you give it, the better the answers. Here's a pro tip. Use the checkpoint feature when you're experimenting. Make changes. See if they work. If they don't, roll back. No risk, no downtime. Just fast iteration. And if you've got sensitive files, set up exclude. Keep your secrets safe. Keep your API keys private. Gemini won't touch what you tell it to ignore. Now, let's be real for a second. Is this perfect? No, some users report that CSS suggestions can be hit or miss. Sometimes the extension doesn't connect and you have to restart. Some features are still in preview mode, so they might change. But here's the thing. Google is moving fast. They're updating every month. Gemini 2.5 just rolled out. The model's getting smarter. The features are getting better. If you're not paying attention, you're going to fall behind. Let me tell you what this actually means for your workflow. You're probably spending hours every week on boring stuff, writing boilerplate code, adding documentation, fixing small bugs, refactoring messy functions. That's time you're not spending on the hard problems, the stuff that actually matters. Gemini handles the boring stuff. You focus on the creative stuff. That's how you work 10 times faster. And here's something nobody talks about. The diffview feature changes everything. Most AI tools just dump code in your file. You accept it. You pray it works. Not here. You see exactly what's changing line by line. You understand the changes before you commit them. That means fewer bugs, fewer rollbacks, fewer oh no moments at three in the morning. The multiple chat sessions thing is bigger than it sounds. Think about your normal day. You're building a feature, you hit a bug, you need to refactor something. You want to add tests. That's four different tasks, four different contexts. Before you'd lose track, you'd mix things up. Now you keep each task in its own chat. Each chat remembers the context. You switch between them instantly. Your brain stays organized. Your work stays clean. Here's what blows my mind about the local codebase awareness. The AI actually learns your code, not generic code from the internet. Your patterns, your naming conventions, your architecture. The more you use it, the better it gets at predicting what you need. It's like training a junior developer. Except this one learns in days, not months. And the source citation feature, that's trust. When Gemini suggests code, it tells you where it came from, what documentation it used, what examples it referenced. You're not flying blind. You can verify. You can learn. You can understand why the AI made that choice. That's the difference between a tool you trust and a tool you guess with. The terminal output integration is a game changer for debugging. You know that moment when something breaks and the error message is 10 lines long. You copy it. You paste it into Google. You click five Stack Overflow links. You try three solutions. Nothing works. Now you paste it into Gemini Chat. It reads the error. It reads your code. It tells you the exact line that's broken and exactly how to fix it. 5 minutes instead of 5 hours. Here's what I want you to understand. AI coding assistants aren't a gimmick anymore. They're essential. If you're still coding without one, you're working twice as hard for half the results. Gemini Code assists with VS Code gives you speed. It gives you accuracy. It gives you control. You write better code in less time. You debug faster. You ship faster. That's more projects, more clients, more money. The developers who learn this stuff now are going to dominate. The ones who ignore it are going to get left in the dust. It's that simple. So, here's what you do next. Install Gemini Code Assist today. Play with it. Break it. See what it can do. Then come back and tell me in the comments what you built with it. I read every single comment. I want to hear your wins. I want to hear your struggles. Drop them below. And if you're serious about using AI to scale your business, you need to join the AI money lab. It's completely free. Inside you get 50 plus free AI tools, 200 plus chat GPT prompts for SEO. You'll learn how to make money with AI agents. You get over a,000 free NAM workflows. You get the full blueprint to generate thousands of leads for free using AI. We've got members who made over $10,000 using Chat GPT. We've got proven case studies. We've got a free community. We've got a free course. Everything you need to win with AI is in there. The links in the description. Join now. The future of coding is here. Gemini and VS Code just made it real. Don't get left behind.

Ещё от Julian Goldie SEO

Ctrl+V

Экстракт Знаний в Telegram

Транскрипты, идеи, методички — всё самое полезное из лучших YouTube-каналов.

Подписаться