FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Exafunction/codeium-chrome: Free, ultrafast code autocomplete for Chrome · GitHub

Latest commit

 

History

41 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


codeium-chrome

Free, ultrafast code autocomplete for Chrome

Codeium autocompletes your code with AI in all major IDEs. This includes web editors as well! This Chrome extension currently supports:

In addition, any web page can support autocomplete in editors by adding the following meta tag to the <head> section of the page:

<meta name="codeium:type" content="monaco" />

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:

<meta name="codeium:type" content="none" />

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

🚀 Getting started

To use the extension, install it from the Chrome Web Store.

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.

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL