DEV Community

Cover image for VS Code Snippets Extension
CGWebDev2003 for Neptune CSS

Posted on • Updated on

VS Code Snippets Extension

What is a snippet extension?Install Neptune SnippetsStart with an example pageUsageSocial MediaAuthor

What is a snippet extension?

A snippet extension is like a plugin for VS Code. You will get suggested code fragments while you are writing it. It is like a shortcut for coding.

You can get VS Code extensions on the VS Code Marketplace for free. Just download them and you can start developing even faster.

Install Neptune Snippets

You can install Neptune CSS Snippets in the marketplace or as NPM package as well.

Start with an example page

To start with an example page just type

neptune-example-page
Enter fullscreen mode Exit fullscreen mode

Hit Enter and you get the boilerplate code for a simple Neptune CSS project page.

To add the CDN links use

nep-css-cdn
Enter fullscreen mode Exit fullscreen mode

or

nep-cdn-js
Enter fullscreen mode Exit fullscreen mode

Usage

To use the Neptune Snippets for CSS beginn to type neptune-. If you want to use it for JavaScript type only nep- . You can find all commands in the Snippets Documentation.

Social Media

GitHub | Twitter | Instagram | NPM

Author

Colin Grahm

Top comments (0)