🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@yaegassy/coc-blade-snippets

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yaegassy/coc-blade-snippets

Laravel blade snippets for coc.nvim, Provides snippets completion and hover

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

[Archived] coc-blade-snippets

WARNING

This project is no longer maintained. Please switch to its successor, coc-blade.

Laravel blade snippets for coc.nvim. Provides "snippets completion" and "hover".

Features

  • Snippets completion
  • Hover

Install

CocInstall:

:CocInstall @yaegassy/coc-blade-snippets

scoped packages

vim-plug:

Plug 'yaegassy/coc-blade-snippets', {'do': 'yarn install --frozen-lockfile'}

Usage (snippets completion)

To use it, you need to install coc-snippets.

And set snippets.loadFromExtensions to true in "coc-settings.json"

{
  // ...snip
  "snippets.loadFromExtensions": true,
  // ...snip
}

License

MIT

This extension is built with create-coc-extension

Keywords

laravel

FAQs

Package last updated on 04 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts