Go to file
Jerome Luckenbach 38b3a1788b
Added copy and doc commands to item commands. (#177)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-11-11 20:35:07 +01:00
.azure-pipelines Moved pipeline config and added naming script. (#166) 2019-11-01 21:52:07 +01:00
.github/ISSUE_TEMPLATE Template updates (#164) 2019-10-27 15:12:40 +01:00
.vscode Add webpack support (#155) 2019-10-26 21:06:29 +02:00
client Prepare release. 2019-11-03 21:48:51 +01:00
docs Removed, safe to replace, karaf references. (#172) 2019-11-03 20:48:11 +01:00
fileicons Icon Theme (#21) 2017-07-03 20:52:50 +02:00
images Split up Readme and move explanations to a docs folder. (#149) 2019-10-21 19:30:47 +02:00
meta Fix case insensitivity in openHAB language. Fixes #17 (#170) 2019-11-03 19:41:21 +01:00
project-orga Added CONTRIBUTING, generate-authors and minor tweaks (#13) 2017-06-20 07:38:54 +02:00
resources Added copy and doc commands to item commands. (#177) 2019-11-11 20:35:07 +01:00
serverJS Reorganise package.json. Remove unused utils. Add some comments. (#165) 2019-10-29 22:13:30 +01:00
snippets Corrected electric Potential (#105) 2018-07-03 17:54:25 +02:00
.gitignore Add webpack support (#155) 2019-10-26 21:06:29 +02:00
.vscodeignore Moved pipeline config and added naming script. (#166) 2019-11-01 21:52:07 +01:00
AUTHORS Prepare release 2019-05-19 15:56:48 +02:00
CHANGELOG.md Prepare release. 2019-11-03 21:48:51 +01:00
CONTRIBUTING.md Refactor docs/infos (#169) 2019-11-03 20:19:35 +01:00
LICENSE Update license to EPL-2.0 (#143) 2019-10-09 18:10:12 +02:00
NOTICE Update license to EPL-2.0 (#143) 2019-10-09 18:10:12 +02:00
README.md Removed, safe to replace, karaf references. (#172) 2019-11-03 20:48:11 +01:00
openhab.png Updates for the 0.2.0 release (#39) 2017-10-20 19:18:16 +02:00
package-lock.json Prepare release. 2019-11-03 21:48:51 +01:00
package.json Added copy and doc commands to item commands. (#177) 2019-11-11 20:35:07 +01:00
shared.webpack.config.js Add webpack support (#155) 2019-10-26 21:06:29 +02:00
tsconfig.json Add webpack support (#155) 2019-10-26 21:06:29 +02:00
tslint.json Language Server Protocol support (#31) 2017-10-17 20:04:14 +02:00

README.md

openHAB VS Code Extension

Azure DevOps builds (branch) Azure DevOps tests (branch) EPL-2.0 Visual Studio Marketplace Rating Visual Studio Marketplace Downloads) GitHub release

openHAB is a vendor and techology agnostic open source automation software for your home. This Visual Studio Code extension allows you to work with openHAB configuration 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 and design patterns will work in openHAB 2.x

Features

  • Syntax highlighting for the openHAB DSL (rules, items, scripts and sitemaps).
  • Code snippets for openHAB, including Design Patterns by Rich Koshak
  • Integrated quick search of openHAB Community
  • Integrated Basic UI (or Classic UI) browser window (Ctrl + Alt + O or editor title icon)
  • Integrated Paper UI preview for the Items and Things
  • Integration with openHAB REST API
  • List of all Items accessible from the tree view
  • Code completions
  • Language Server Protocol support - syntax validation
  • Dynamic Items creation from Thing's channels
  • Quick openHAB console access
  • Add Items to Sitemap with one click
  • Get live Item states while hovering over item names in the Editor

openHAB2 code snippets

Configuration

Learn more about the configuration options in our documentation on github.

Things Explorer demo

Things Explorer

Sitemap Insert demo

Quick insert Items into Sitemap

Known Issues

Check out existing issues in the repository.

Release Notes

See CHANGELOG.md file for the details.


Contributing

Everyone is invited to improve this extension.

Check out the extension code in our GitHub repository. See Contributing.md file for further technical and formal details for contributing something to the openHAB project.

For More Information

Enjoy!