Coder Social home page Coder Social logo

appcoreopc / vscode-yaml Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adamvoss/vscode-yaml

0.0 2.0 0.0 309 KB

YAML language support, including JSON Schema validation, for Visual Studio Code

Home Page: https://marketplace.visualstudio.com/items?itemName=adamvoss.yaml

License: MIT License

TypeScript 100.00%

vscode-yaml's Introduction

YAML for Visual Studio Code

Features

  • JSON Schema validation
  • Quick Navigation (Ctrl + Shift + O)
  • Document formatting
  • Hover data descriptions (when provided by active schemas)

How to associate schemas

Schemas are handled exactly same way they are with JSON in Visual Studio Code and your schema file must still be written in JSON. This means you can:

Known Issues

  • No support has been implemented for include references. (relevant code)
  • Formatter strips comments and --- yaml marker. see issues/#9
  • Formatter renames anchors/references in the style &ref12/*ref12

Acknowledgments

This extension would not have been possible without numerous open source projects. Please see ACKNOWLEDGMENTS.md.

Contributing

Contributions are welcome! To install dependencies and begin work, run:

npm install

This was forked from https://github.com/Microsoft/vscode/tree/master/extensions/json, to prepare the latest commits from upstream, use:

git clone https://github.com/Microsoft/vscode.git
cd vscode
git checkout -b vscode-json
git filter-branch --prune-empty --subdirectory-filter extensions/json/ vscode-json

vscode-yaml's People

Contributors

adamvoss avatar aeschli avatar alexdima avatar alrra avatar bpasero avatar dbaeumer avatar dstorey avatar golf1052 avatar ikuyadeu avatar isidorn avatar joaomoreno avatar jrieken avatar kieferrm avatar marvinhagemeister avatar mjbvz avatar philoserf avatar ramya-rao-a avatar weinand avatar

Watchers

 avatar  avatar

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.