Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>ZHAW SnippetsNew to Visual Studio Code? Get it now.
ZHAW Snippets

ZHAW Snippets

InES-HPMM

|
34 installs
| (0) | Free
A collection of ZHAW related snippets
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ZHAW Snippets

This repo contains a collection of ZHAW related snippets.

Features

Snippet Purpose Available in
inesh The InES file header c, cpp, latex, python, shellscript, systemverilog, verilog, vhdl

Installation

VSCode

Install the extension from the extension market.

Vim/Neovim

This plugin only provides snippets. Therefore, you need a plugin that provides snippet features and supports loading VSCode snippets.

For example:

  • vim-vsnip
  • LuaSnip
  • coc-snippets

Use your plugin manager to install the package.

-- Packer
use "InES-HPMM/zhaw-snippets"
-- Plug
Plug 'InES-HPMM/zhaw-snippets'
-- coc.nvim
CocInstall https://github.com/InES-HPMM/zhaw-snippets@main

vim-vsnip will automatically detect and load the snippets. In LuaSnip you will have to call

require("luasnip.loaders.from_vscode").load()
-- or to lazy load the snippets
require("luasnip.loaders.from_vscode").lazy_load()

Resources

  • VSCode Snippets Documentation
  • Example project:
    • vue-vscode-snippets

Release Notes

See CHANGELOG for details.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft