Go to file
Jerome Luckenbach 115eacba9b
Small improvements and changelog (#241)
* Small improvements.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Update changelog.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-03-15 19:44:34 +01:00
.azure-pipelines Update github release script. 2021-02-28 20:34:22 +01:00
.github Create stale.yml 2021-03-15 17:49:25 +01:00
.vscode Small improvements and changelog (#241) 2021-03-15 19:44:34 +01:00
client Update Dependencies. Switch to @types/vscode. (#236) 2021-01-17 19:12:05 +01:00
docs 0.8.0 beta (#225) 2020-12-28 15:04:29 +01:00
fileicons fix folder icons (#207) 2020-06-02 20:19:36 +02:00
images Split up Readme and move explanations to a docs folder. (#149) 2019-10-21 19:30:47 +02:00
meta Small improvements and changelog (#241) 2021-03-15 19:44:34 +01:00
resources Added copy and doc commands to item commands. (#177) 2019-11-11 20:35:07 +01:00
serverJS Bump acorn from 5.7.3 to 5.7.4 in /serverJS (#222) 2020-12-27 19:51:27 +01:00
snippets Corrected electric Potential (#105) 2018-07-03 17:54:25 +02:00
.eslintrc.js Small fixes (#234) 2021-01-15 18:54:15 +01:00
.gitignore Add webpack support (#155) 2019-10-26 21:06:29 +02:00
.markdownlint.json 0.8.0 beta (#225) 2020-12-28 15:04:29 +01:00
.vscodeignore Moved pipeline config and added naming script. (#166) 2019-11-01 21:52:07 +01:00
CHANGELOG.md Small improvements and changelog (#241) 2021-03-15 19:44:34 +01:00
CONTRIBUTING.md Small fixes (#234) 2021-01-15 18:54:15 +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 Post update (#232) 2021-01-10 00:12:20 +01:00
openhab.png Updates for the 0.2.0 release (#39) 2017-10-20 19:18:16 +02:00
package-lock.json Bump elliptic from 6.5.3 to 6.5.4 (#239) 2021-03-11 17:27:42 +01:00
package.json Update Dependencies. Switch to @types/vscode. (#236) 2021-01-17 19:12:05 +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

README.md

openHAB VS Code Extension

Azure DevOps builds (branch)

Visual Studio Marketplace Downloads) Open VSX Downloads

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 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!