Can I use the Rider IDE of JetBrains with the WiseJ. The WiseJ works with the Rider for development? If Yes, how I install the WiseJ extension?
https://www.jetbrains.com/rider/download/#section=windows
At the time of the post we distributed Wisej with a windows msi installer. Now we don’t, we distribute a VS extension package (vsix). You can try to find the package in VS and register the dlls in the GAC using gacutil.exe and copy the templates if you need them. That is for the designer. Without the designer you can use wisej projects like any .NET project.
Please login first to submit.