Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voiceapiai/sbvr-vscode
SBVR
https://github.com/voiceapiai/sbvr-vscode
Last synced: 4 days ago
JSON representation
SBVR
- Host: GitHub
- URL: https://github.com/voiceapiai/sbvr-vscode
- Owner: voiceapiai
- License: apache-2.0
- Created: 2023-03-07T05:36:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T12:41:53.000Z (over 1 year ago)
- Last Synced: 2024-11-05T14:13:16.335Z (about 2 months ago)
- Language: TypeScript
- Size: 223 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# sbvr-vscode
This is an extension for a very simple semantic tokens provider for a SBVR standard. This semantic tokens provider always returns all the tokens in a file.
The SBVR standard defines the vocabulary and rules for documenting the semantics of business vocabularies, business facts, and business rules; as well as an XMI schema for the interchange of business vocabularies and business rules among organizations and between software tools.
## Features
Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file.
For example if there is an image subfolder under your extension project workspace:
\!\[feature X\]\(images/feature-x.png\)
> Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.
## Extension Settings
Include if your extension adds any VS Code settings through the `contributes.configuration` extension point.
For example:
This extension contributes the following settings:
* `myExtension.enable`: Enable/disable this extension.
* `myExtension.thing`: Set to `blah` to do something.## Known Issues
Calling out known issues can help limit users opening duplicate issues against your extension.
## Release Notes
Users appreciate release notes as you update your extension.
### 0.0.1
Initial release of `sbvr-vscode`
## For more information
* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)
* [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/)