Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T06:09:00.000Z (10 months ago)
- Last Synced: 2024-04-14T03:07:35.018Z (9 months 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
---
[![Discord](https://img.shields.io/discord/1027685395649015980?label=community&color=5865F2&logo=discord&logoColor=FFFFFF)](https://discord.gg/3XFf78nAx5)
[![Twitter Follow](https://img.shields.io/badge/style--blue?style=social&logo=twitter&label=Follow%20%40codeiumdev)](https://twitter.com/intent/follow?screen_name=codeiumdev)
![License](https://img.shields.io/github/license/Exafunction/codeium-chrome)
[![Docs](https://img.shields.io/badge/Codeium%20Docs-09B6A2)](https://docs.codeium.com)
[![Canny Board](https://img.shields.io/badge/Feature%20Requests-6b69ff)](https://codeium.canny.io/feature-requests/)
[![built with Codeium](https://codeium.com/badges/main)](https://codeium.com?repo_name=exafunction%2Fcodeium.vim)[![Visual Studio](https://img.shields.io/visual-studio-marketplace/i/Codeium.codeium?label=Visual%20Studio&logo=visualstudio)](https://marketplace.visualstudio.com/items?itemName=Codeium.codeium)
[![JetBrains](https://img.shields.io/jetbrains/plugin/d/20540?label=JetBrains)](https://plugins.jetbrains.com/plugin/20540-codeium/)
[![Open VSX](https://img.shields.io/open-vsx/dt/Codeium/codeium?label=Open%20VSX)](https://open-vsx.org/extension/Codeium/codeium)
[![Google Chrome](https://img.shields.io/chrome-web-store/users/hobjkcpmjhlegmobgonaagepfckjkceh?label=Google%20Chrome&logo=googlechrome&logoColor=FFFFFF)](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`.