Extensions
Code editor extensions for CodyFrame.
VS Code Snippets #
This extension provides CodyFrame autocompletion for HTML (CSS utility classes), SCSS (custom properties), and JS utility functions in Visual Studio Code.
Download on the VSCode marketplace
Source code: Github
Examples
CSS Classes autocompletion:

Autocompletion for CSS custom properties and mixin snippets:

Autocompletion for JS utility functions:

VSCode Docs #
Navigate the CodyHouse documentation directly from within Visual Studio Code.
Download on the VSCode marketplace
Source code: Github
Press ⇧⌘P to bring up the Command Palette (Ctrl+Shift+P on Windows), then search for "CodyHouse Doc" and choose the topic you want to access on the website.

Atom Snippets #
A collection of CodyFrame snippets for Atom. The extension provides autocompletion for HTML (CSS utility classes), SCSS (custom properties), and JS utility functions.
To install the package, open Atom, go to edit > preferences > install and search for the 'codyhouse-snippets' package.
Or enter the following command in your terminal:
apm install codyhouse-snippets
Source code: Github


Nova Snippets #
The extension provides HTML, CSS, JS CodyFrame autocompletion in Nova.
Install on extensions.panic.com
Source code: Github
Sublime Completions #
A collection of CodyFrame completions for Sublime Text.
The extension provides autocompletion for HTML (CSS utility classes), SCSS (custom properties), and JS utility functions.
To install the extension, copy the .sublime-completions files into your user packages folder (Sublime Text > Preferences > Browse Packages... > User).

