https://github.com/exafunction/codeium-chrome
Free, ultrafast code autocomplete for Chrome
https://github.com/exafunction/codeium-chrome
autocomplete chrome chrome-extension codeium colab colab-notebook copilot editor extension ide javascript jupyter jupyter-notebook python
Last synced: 27 days ago
JSON representation
Free, ultrafast code autocomplete for Chrome
- Host: GitHub
- URL: https://github.com/exafunction/codeium-chrome
- Owner: Exafunction
- License: mit
- Created: 2023-04-19T00:13:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T06:09:00.000Z (about 1 year ago)
- Last Synced: 2024-04-14T03:07:35.018Z (about 1 year ago)
- Topics: autocomplete, chrome, chrome-extension, codeium, colab, colab-notebook, copilot, editor, extension, ide, javascript, jupyter, jupyter-notebook, python
- Language: TypeScript
- Homepage: https://www.codeium.com/
- Size: 516 KB
- Stars: 99
- Watchers: 10
- Forks: 16
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
---
[](https://discord.gg/3XFf78nAx5)
[](https://twitter.com/intent/follow?screen_name=codeiumdev)

[](https://docs.codeium.com)[](https://marketplace.visualstudio.com/items?itemName=Codeium.codeium)
[](https://plugins.jetbrains.com/plugin/20540-codeium/)
[](https://open-vsx.org/extension/Codeium/codeium)
[](https://chrome.google.com/webstore/detail/codeium/hobjkcpmjhlegmobgonaagepfckjkceh)# codeium-chrome
_Free, ultrafast code autocomplete for Chrome_
[Codeium](https://codeium.com/) autocompletes your code with AI in all major IDEs. This includes web editors as well! This Chrome extension currently supports:
- [CodePen](https://codepen.io/)
- [Codeshare](https://codeshare.io/)
- [Codewars](https://www.codewars.com/)
- [Databricks notebooks (Monaco editor only)](https://www.databricks.com/)
- [Deepnote](https://deepnote.com/)
- [GitHub](https://github.com/)
- [Google Colab](https://colab.research.google.com/)
- [JSFiddle](https://jsfiddle.net/)
- [JupyterLab 3.x/Jupyter notebooks](https://jupyter.org/)
- [LiveCodes](https://livecodes.io/)
- [Paperspace](https://www.paperspace.com/)
- [Quadratic](https://www.quadratichq.com/)
- [StackBlitz](https://stackblitz.com/)In addition, any web page can support autocomplete in editors by adding the following meta tag to the `` section of the page:
```html
```
The `content` attribute accepts a comma-separated list of supported editors. These currently include: `"monaco"` and `"codemirror5"`.
To disable the extension in a specific page add the following meta tag:
```html
```
Contributions are welcome! Feel free to submit pull requests and issues related to the extension or to add links to supported websites.
🔗 [Original Chrome extension launch announcement](https://codeium.com/blog/codeium-chrome-extension-launch)
## 🚀 Getting started
To use the extension, install it from the [Chrome Web Store.](https://chrome.google.com/webstore/detail/codeium/hobjkcpmjhlegmobgonaagepfckjkceh)
If you'd like to develop the extension, you'll need Node and pnpm (`npm install -g pnpm`). After `pnpm install`, use `pnpm start` to develop, and `pnpm build` to package. For the enterprise build, use `pnpm build:enterprise`.