Replace Smarthome designer by VS Code Extension (#726)

pull/734/head
Mark Herwege 2018-06-22 14:27:13 +02:00 committed by Jerome Luckenbach
parent 1f46424e1e
commit f9b4d3af7f
1 changed files with 1 additions and 5 deletions

View File

@ -30,14 +30,10 @@ It therefore makes sense to have different rule files for different use-cases or
### IDE Support
The [Eclipse SmartHome Designer]({{base}}/configuration/editors.html#esh-designer) offers support for rules building.
The [openHAB VS Code Extension]({{base}}/configuration/editors.html#editors.html#openhab-vs-code-extension) offers support for rules building.
It includes syntax checks and coloring, validation with error markers, content assist (Ctrl+Space) incl. templates etc.
This makes the creation of rules very easy!
> Bugs:
> Please note that there are a couple of [open bugs](https://github.com/eclipse/smarthome/issues?q=is%3Aopen+is%3Aissue+label%3ADesigner+label%3Abug) related to the SmartHome Designer.
> These result in error markers in the Designer, while the rules are executed nicely by the runtime.
### The Syntax
Note: The rule syntax is based on [Xbase](http://www.eclipse.org/Xtext/#xbase) and as a result it is sharing many details with [Xtend](http://www.eclipse.org/xtend/), which is built on top of Xbase as well.