Go to file
Kuba Wolanin 221e112c25 openHAB VS Code extension - Initial contribution (#1)
* openHAB VS Code extension - Initial contribution
* Added repository and fixed README
* Removed outdated setting from .vscode/

Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
2017-06-19 08:09:32 +02:00
.vscode openHAB VS Code extension - Initial contribution (#1) 2017-06-19 08:09:32 +02:00
images openHAB VS Code extension - Initial contribution (#1) 2017-06-19 08:09:32 +02:00
snippets openHAB VS Code extension - Initial contribution (#1) 2017-06-19 08:09:32 +02:00
src openHAB VS Code extension - Initial contribution (#1) 2017-06-19 08:09:32 +02:00
syntaxes openHAB VS Code extension - Initial contribution (#1) 2017-06-19 08:09:32 +02:00
.gitignore openHAB VS Code extension - Initial contribution (#1) 2017-06-19 08:09:32 +02:00
.vscodeignore openHAB VS Code extension - Initial contribution (#1) 2017-06-19 08:09:32 +02:00
CHANGELOG.md openHAB VS Code extension - Initial contribution (#1) 2017-06-19 08:09:32 +02:00
LICENSE Initial commit 2017-06-18 22:05:59 +02:00
README.md openHAB VS Code extension - Initial contribution (#1) 2017-06-19 08:09:32 +02:00
language-configuration.json openHAB VS Code extension - Initial contribution (#1) 2017-06-19 08:09:32 +02:00
openhab.png openHAB VS Code extension - Initial contribution (#1) 2017-06-19 08:09:32 +02:00
package.json openHAB VS Code extension - Initial contribution (#1) 2017-06-19 08:09:32 +02:00
tsconfig.json openHAB VS Code extension - Initial contribution (#1) 2017-06-19 08:09:32 +02:00
vsc-extension-quickstart.md openHAB VS Code extension - Initial contribution (#1) 2017-06-19 08:09:32 +02:00

README.md

openHAB VS Code Extension

openHAB is a vendor and techology agnostic open source automation software for your home. This extension allows you to work with openHAB files (like *.items, *.rules, *.sitemap and *.script) thanks to the syntax highlighting, code snippets and integrated search.

The extension is designed with openHAB 2.x in mind - most snippets/design patterns will work in openHAB 2.x

Features

  • Code snippets for openHAB including Design Patterns by Rich Koshak
  • Syntax highlighting for openHAB DSL (rules, items, scripts and sitemaps).
  • Integrated quick search of openHAB docs page (Alt + Shift + O)
  • Integrated Basic UI preview window (Ctrl + Alt + O or editor title icon)

![openHAB2 code snippets]images/openhab-demo.gif

![integrated search engine]images/openhab-demo2.gif

If you have a sitemap file active in your editor and open Basic UI (Ctrl + Alt + O or editor title icon), you'll land directly on the sitemap you're working on.

![Intelligent sitemap preview]images/openhab-sitemap.gif

Configuration

You don't need to provide any configuration to this extension. It automatically detects the hostname of openHAB. Detection is based on the path of active file.

Known Issues

None yet. Feel free to submit an issue in the repository.

Release Notes

0.0.1

Initial release of VS Code openHAB extension


For more information

Enjoy!