Skip to content

Re:VIEW language Support for Visual Studio Code. / issue/PRは日本語でも対応できます

License

Notifications You must be signed in to change notification settings

kurank/vscode-language-review

 
 

Repository files navigation

Important Updates on v0.6.0

Version 0.6.0 drops the bundled support for prh because there is now a standalone package for it. If you miss the validation feature, please install "prh" extension.

What is vscode-language-review?

vscode-language-review is a Visual Studio Code extension for Re:VIEW markup language.

The extension features:

  • Live preview on edits.

Live preview on edits

  • Diagnostic reports on save and preview. If you would also like proof-reading helper, use vscode-prh-extension.

Diagnostic reports on save and preview

  • List document sections and jump to them.

List document sections and jump to them

How to Build and Run when debugging this extension

  • Check out this repository.
  • Run npm install for the first build.
  • Launch VSCode, use "Open Folder" command to open this directory (that contains this README.md).
  • Type F5 key.

Known Issues

Check out github issues.

License

The primary license is MIT (see LICENSE.md). Note that this repository and the extension binary package also contain third-party sources, namely:

  • syntaxes/review.tmLanguage is taken from yanzm/ReVIEW, Apache License Version 2.0
  • review.js-vscode, packaged in the binary distribution of this extension, is taken from yfakariya/review.js-vscode which is a fork of vvakame/review.js, MIT License.
  • and all the subsequent dependencies are packaged in the extension too.

Other projects

About

Re:VIEW language Support for Visual Studio Code. / issue/PRは日本語でも対応できます

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.7%
  • CSS 0.3%