Giter Site home page Giter Site logo

vsnip-check's Introduction

GitHub Downloads (all assets, all releases)

vsnip-check

Syntax highlighting for .nip pickit files in vscode
Provides error checking on save and while typing
Provides tab completion of properties, stats, and ids Only tested with dark theme, but should work with others

How to install

Extension from Visual Studio Marketplace (recommended)

Visit https://marketplace.visualstudio.com/items?itemName=theBGuy.vsnip-check

Or...

  1. Open Visual Studio Code and hit (Ctrl + Shift + X) or Open the Extensions tab
  2. Search for vsnip-check
  3. Hit install then enjoy

Manually

Download the latest .vsix file from releases
Click on the Extensions icon on the Activity Bar on the side of the editor
Click the ... icon in the Extensions view, then click on "Install from VSIX..."
Select the .vsix file you want to install and click the "Open" button

Or...

Move the entire folder to your extensions folder which should be here:

Windows: %USERPROFILE%\.vscode\extensions
macOS: $HOME/.vscode/extensions
Linux: $HOME/.vscode/extensions

Enjoy!

image

image

image

vsnip-check.mp4

vsnip-check's People

Contributors

laztheripper avatar thebguy avatar

Stargazers

 avatar  avatar

Forkers

divineblade7

vsnip-check's Issues

Add snippits for Unique and Set items

  • Complete ./snippits/snippits.json for all unique and set items

Example of snippit entry:

"Templar's Might": {
    "prefix": "templarsmight",
    "body": [
      "// Templar's Might (170 < enhanced defense < 220)(250 < Defense vs Missle < 300)(10 < strength < 15)(10 < vitality < 15)(40 < maxstamina < 60)(1 < offensiveaurasskilltab < 2)",
      "[name] == sacredarmor && [quality] == unique # [enhanceddefense] >= 170 && [armorclassvsmissile] >= 250 && [strength] >= 10 && [vitality] >= 10 && [maxstamina] >= 40 && [offensiveaurasskilltab] >= 1"
    ],
    "description": "Add Templar's Might nip line"
  },

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.