https://github.com/mihai-vlc/reg-vscode
Windows Registry Script (.reg) Language package for VSCode
https://github.com/mihai-vlc/reg-vscode
registry vscode windows
Last synced: 7 months ago
JSON representation
Windows Registry Script (.reg) Language package for VSCode
- Host: GitHub
- URL: https://github.com/mihai-vlc/reg-vscode
- Owner: mihai-vlc
- License: mit
- Created: 2016-09-11T13:25:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-04-17T09:33:50.000Z (about 4 years ago)
- Last Synced: 2023-03-22T09:05:56.371Z (over 3 years ago)
- Topics: registry, vscode, windows
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=ionutvmi.reg
- Size: 230 KB
- Stars: 15
- Watchers: 2
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# REG for Visual Studio Code
Windows Registry Script (.reg) Language package for Visual Studio Code


## Installation
You can install it from the [marketplace](https://marketplace.visualstudio.com/items?itemName=ionutvmi.reg).
`ext install reg`
## Commands
- extension.reg.jumpToKey - jumps to the specified registry key
The key is identified by the text inside the square brackets `[...]` on the current line.
## Setting up key binding
```
{
"key": "ctrl+shift+alt+j",
"command": "extension.reg.jumpToKey"
}
```
## Author
Mihai Ionut Vilcu
+ [github/ionutvmi](https://github.com/ionutvmi)
+ [twitter/ionutvmi](http://twitter.com/ionutvmi)