The ConceptOne PowerShell and WPF (Windows Presentation Editor) editor is a new editor by Tobias Welter and a holistic solution for providing PowerShell scripts with a GUI (Graphical User Interface). After the extension ISESteroids for the PowerShell ISE (Install-Module -Name isesteroids -Scope CurrentUser) Tobias is now programming a completely new editor. This will have the ability to edit WPF interfaces directly in this editor. This makes it possible to quickly add a GUI to your own PowerShell scripts to pass them on to colleagues without PowerShell prior knowledge.In addition, the new editor already shows a significant improvement in performance for the IntelliSense feature. In the PowerShell Unser Group Hannover we were allowed to test the editor already in early 2018. With the PSConf.EU 2019 Tobias has now officially released a version and given permission to write something about it. Much in the editor is reminiscent of Visual Studio code.If you are interested in Concept One you have to wait for an official release.
I can't give you a release - don't ask for a it!
File Formats (New File)
The editor supports XAMLX (WPF) and PowerShell documents as well as JSON, VBScript, JavaScript, C#, VB.NET and Python Script.
Toolbars
On the left side of the editor there are several toolbars. WPF elements are defined here. Under adnerem there are also Xceed WPF tools included in this preview. For example via a calculator in the WPF interface.
There is also a toolbar for the project and for all current WPF documents in the project.
Properties
On the right side of the editor you will find the Properties Toolbar. All properties of the elements in the GUI are edited here. So size, position etc. Various standard values are given by the editor. These can be overwritten but make your work much easier.
The Editor
I can't say that much about the editor yet. Only that an extremely fast IntelliSense uses function.
Conclusion
I hope there will be an official release soon and hopefully all functions of the ISE steroids will be included. At the moment the concept makes a round impression and it is a lot of fun to work on a GUI there. I don't miss any feature from Visual Studio.