This is modified version of original .codapop
files which comes with Coda 2. Original Pops works only in CSS, LESS and SCSS modes. Actually, this modified version add support of Sass mode. So you can use all Autocomplete-Pops with your files opened in Sass mode.
Pops help you to easily change some CSS properties, like border-radius
, border-width
, CSS colors, margin
, etc.
cd /Applications/Coda\ 2.app/Contents/
git clone https://github.com/nurlansu/Coda-Autocomplete-Pops.git temp
cp -r temp/* PlugIns && rm -rf temp
cd /Applications/Coda\ 2.app/Contents/
curl -L https://github.com/nurlansu/Coda-Autocomplete-Pops/tarball/master | tar xz --strip 1 -C PlugIns
- Download zip archive.
- Unarchive it.
- Go to Applications folder, right click on Coda 2.app and select "Show Package Contents", go to Contents folder.
- Now just Copy & Paste all
.codapop
files from zip archive to PlugIns folder.
Version 1.0
- Added Sass mode support