Found the answer. It is with "Code Lens" in the settings. Disabling Code Lens in VS Code settings will stop the pop up from Codeium

Answer from bkw on Stack Overflow
🌐
Visual Studio Marketplace
marketplace.visualstudio.com › items
Windsurf Plugin (formerly Codeium): AI Coding Autocomplete and Chat for Python, JavaScript, TypeScript, and more - Visual Studio Marketplace
Extension for Visual Studio Code - The modern coding superpower: free AI code acceleration plugin for your favorite languages. Type less. Code more. Ship faster.
🌐
Medium
shreyashupare.medium.com › codeium-visual-studio-code-plugin-6869ab3bced7
Codeium :Visual Studio code Plugin | by Shreyas Hupare | Medium
October 13, 2024 - Code Lenses — Code lenses will appear right above functions and class definitions and offer shortcuts to common tasks that developers want to accomplish such as Generate Docstrings, Explain Code, and Refactor code. ... Mentions — Chat allows you to @mention classes, files, and functions from your codebases in your prompt. Doing so explicitly tells Codeium to pull those snippets in as context and return the most relevant suggestions.
Discussions

vscode extensions - How to turn off "Codeium: Edit (Ctrl + l)" from popping up in Visual Studio Code? - Stack Overflow
When I highlight code I'm working on in VS I get this: The "Codeium: Edit (Ctrl + l)" appears at top and I don't want it to. It's from Codeium, but does anyone know how to disable it from More on stackoverflow.com
🌐 stackoverflow.com
Is there a shortcut to quickly disable or enable Codeium in vscode ?
You can click on the icon on the bottom right which will give you the option to snooze or disable More on reddit.com
🌐 r/Codeium
4
3
August 13, 2024
Visual Studio 2022 and Tab
I have that issue too, have tried turning off everything Intellisense and Intellicode but VS22 still insists on inserting its suggestions instead of Codeium, would be great to hear if anybody else has had success fixing this. More on reddit.com
🌐 r/Codeium
16
6
June 20, 2024
Use both Copilot and Codeium in parallel?
Is is possible to run both without one affecting the other, as I wonder they could inhibit or otherwise interfere with each other in any way? I have already disabled the Ctrl + I the Codeium (note not 'Codium' without an e) shortcut for inline chat so that I can test using Copilot for that first, and I can use the main Codeium tab or using the clickable text in the editor whenever I want that perspective. Can someone please confirm that when autocomplete suggestions for both Copilot and Codeium appear both have the same popup prompting Tab to accept or Ctrl + RightArrow to accept word? I had assumed they would appear differently but I can only stop these popups if I disable both extensions. Is there a better way to determine which suggestions are from which extension, if my way works at all? This is difficult to determine as suggestions from the same extension randomly change. In the screenshot there is an option to cycle though 8 suggestions and when I hit Ctrl + Enter Copilot shows me there were a total of 10 but it lists just 6, so I assume this is removing duplicates, and perhaps the mising 7th must be from Codeium? More on reddit.com
🌐 r/vscode
3
1
December 27, 2023
🌐
Reddit
reddit.com › r/codeium › how do i change the keybindings to accept the suggestion in vscode
r/Codeium on Reddit: How do I change the keybindings to accept the suggestion in vscode
March 8, 2024 -

How do I change the keybindings for Codeium to accept the suggestion. I hate using tab for this. I want to change it to ctrl+f or something and disable tab. I can do it in nvim but every once in a while I have to use vscode. I can 't find any documentation on how to do this in vscode.

Edit:

After digging for a while I got it finnally. I had to disable the Accept Inline Suggestion keybinding and added the following.

  {
    "key": "ctrl+f",
    "command": "editor.action.inlineSuggest.commit",
    "when": "vim.mode == 'Insert' && editorTextFocus && !suggestWidgetVisible"
  },
🌐
The Atlantic
csswolf.com › codeium-keyboard-shortcuts-for-vs-code
Codeium Keyboard Shortcuts for VS Code (on Mac) - CSS Wolf
May 4, 2024 - To clear up the confusion, I compiled a complete list of Codeium keyboard shortcuts for Mac users working in Visual Studio Code. I have tested all these
🌐
Codeium
codeium.com › vscode_tutorial
VSCode Tutorial | Windsurf Editor and Codeium extensions
Follow the Get Started instructions in the public codeium.vim repo. That’s it! ... While Windsurf supports many languages, we’ll demonstrate with Python. Create a new file test.py. ... Press Tab to accept. ... In the Visual Studio menu bar, click Extensions → Manage Extensions.
🌐
DEV Community
dev.to › keshav___dev › must-know-vs-code-hacks-shortcuts-and-extensions-for-beginners-4ed1
Must-Know VS Code Hacks, Shortcuts, and Extensions for Beginners - DEV Community
September 16, 2024 - Whether you're just starting out ... your coding experience: Reload without closing using code -r .. Navigate quickly with Ctrl/Cmd + P. Use the Command Palette (Ctrl + Shift + P) to access any command....
Find elsewhere
🌐
Medium
shreyashupare.medium.com › codeium-cheat-sheet-569647d5beb1
Codeium Cheat Sheet. how to use codeium generative AI tool… | by Shreyas Hupare | Medium
August 14, 2024 - It helps in code optimization, code suggestions, bug detection, code review assistance, automated testing and performance analysis. keyboard shortcuts for using codeium - ⌘+Shift+A : to toggle between the editor and Codeium chat Up/Down : to edit ...
🌐
Reddit
reddit.com › r/codeium › is there a shortcut to quickly disable or enable codeium in vscode ?
r/Codeium on Reddit: Is there a shortcut to quickly disable or enable Codeium in vscode ?
August 13, 2024 - r/Codeium · • 2y ago · KarmaCut132 · Share · Share · Sort by: Best · Open comment sort options · Best · Top · New · Controversial · Old · Q&A · JustCametoSayHello · • 2y ago · You can click on the icon on the bottom right which will give you the option to snooze or disable · techn0king · • 2y ago · is there a button for visual studio 2022?
🌐
Reddit
reddit.com › r/codeium › visual studio 2022 and tab
r/Codeium on Reddit: Visual Studio 2022 and Tab
June 20, 2024 -

Hi I'm using Codeium in Visual Studio 2022 and it works good. I get a problem that I c'ant figure how to workarround :

Whenever Visual Studio and Codeium both have a suggestion, when I hit the Tab key, it's Visual Studio's suggestion that is selected and not Codeium's, since Tab is also used for that in Visual Studio. How can I pick the codeium suggestion in this situation ?

Is there another shortcut than Tab for that ? Can I assign one ?

🌐
Windsurf
windsurf.com › blog › codeium-command-launch-announcement
Codeium Command
November 12, 2023 - A new modality to generate code inline via instructions.
🌐
DEV Community
dev.to › oldtechaa › using-codeium-in-vs-code-6fe
Using Codeium in VS Code - DEV Community
January 21, 2024 - Codeium's function explanations are not very helpful in my opinion. They're too fine-grained and essentially just tell you what the function is doing step-by-step, which is exactly what I could read the code to figure out.
🌐
Reddit
reddit.com › r/vscode › use both copilot and codeium in parallel?
r/vscode on Reddit: Use both Copilot and Codeium in parallel?
December 27, 2023 - I have already disabled the Ctrl + I the Codeium (note not 'Codium' without an e) shortcut for inline chat so that I can test using Copilot for that first, and I can use the main Codeium tab or using the clickable text in the editor whenever ...
🌐
Reddit
reddit.com › r/codeium › ctrl+i in visual studio 2022
r/Codeium on Reddit: CTRL+I in Visual Studio 2022
November 15, 2024 - All things Codeium - the official subreddit for free AI Code assistant loved by hundreds of thousands of developers. ... It seems it's not opening the command window. I even removed the default VS2022 ctrl+I shortcuts but to no extent.
🌐
Visual Studio Code
code.visualstudio.com › docs › getstarted › keybindings
Keyboard shortcuts for Visual Studio Code
February 6, 2025 - Here you will find the complete list of keyboard shortcuts for Visual Studio Code and how to change them.
🌐
Visual Studio Marketplace
marketplace.visualstudio.com › items
Windsurf Plugin (formerly Codeium) - Visual Studio Marketplace
Extension for Visual Studio - The modern coding superpower: free AI code acceleration plugin for your favorite languages. Type less. Code more. Ship faster.
🌐
GitHub
github.com › Exafunction › codeium › issues › 55
The “Generate” hint shows its default keyboard shortcut even after it has been changed. · Issue #55 · Exafunction/codeium
April 18, 2024 - I have changed Codeium’s default shortcut for the “Codeium: Command” command because it interferred with VS Code’s “Trigger Suggest” command. However, the “Codeium: Generate” hint still displays the default ⌘+I keyboard shortcut:
Author   Adrian-Samoticha