An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# REG for Visual Studio Code

Windows Registry Script (.reg) Language package for Visual Studio Code

![](./screenshots/reg.png)
![](./screenshots/reg-jump.png)

## 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)