Go to file
Jerome Luckenbach 736e4b7492
Split up Readme and move explanations to a docs folder. (#149)
* Split up Readme and move explanations to a docs folder.

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

* Add some links.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-10-21 19:30:47 +02:00
.github/ISSUE_TEMPLATE Update issue templates to new workflow (#153) 2019-10-20 09:41:01 +02:00
.vscode Quickfixes (#144) 2019-10-12 13:17:14 +02:00
client Update package files. 2019-10-19 18:46:48 +02:00
docs Split up Readme and move explanations to a docs folder. (#149) 2019-10-21 19:30:47 +02: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
project-orga Added CONTRIBUTING, generate-authors and minor tweaks (#13) 2017-06-20 07:38:54 +02:00
resources Things Explorer - Initial contribution (#49) 2017-11-12 20:57:24 +01:00
serverJS Update package files. 2019-10-19 18:46:48 +02:00
snippets Corrected electric Potential (#105) 2018-07-03 17:54:25 +02:00
syntaxes Things Explorer - Initial contribution (#49) 2017-11-12 20:57:24 +01:00
.gitignore Quickfixes (#144) 2019-10-12 13:17:14 +02:00
.vscodeignore Added CONTRIBUTING, generate-authors and minor tweaks (#13) 2017-06-20 07:38:54 +02:00
AUTHORS Prepare release 2019-05-19 15:56:48 +02:00
CHANGELOG.md Prepare release 2019-05-19 15:56:48 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md 2017-07-08 09:13:21 +02: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 Split up Readme and move explanations to a docs folder. (#149) 2019-10-21 19:30:47 +02:00
azure-pipelines.yml Update azure-pipelines.yml for Azure Pipelines (#150) 2019-10-19 23:56:43 +02:00
language-configuration.json openHAB VS Code extension - Initial contribution (#1) 2017-06-19 08:09:32 +02:00
openhab.png Updates for the 0.2.0 release (#39) 2017-10-20 19:18:16 +02:00
package-lock.json Update package files. 2019-10-19 18:46:48 +02:00
package.json Add info/warning for the remote LSP setting to use mounted network share. (#147) 2019-10-12 13:17:25 +02:00
tsconfig.json Local LSP server that improves functionality like item completion (#122) 2019-01-11 11:01:45 +01: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 (Stars) Visual Studio Marketplace Downloads GitHub release (latest by date including pre-releases)

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 Karaf console access
  • Add Items to Sitemap with one click

openHAB2 code snippets

integrated search engine

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.


For More Information

Enjoy!