c# class to typescript interface
Hi, I am coming from VS 2019, where there are extensions to convert a plain c# class to a typescript interface, like this: https://marketplace.visualstudio.com/items?itemName=MadsKristensen.TypeScriptDefinitionGenerator Is there any way/plugin to get this in rider too?
Please sign in to leave a comment.
This is what I was searching too!
Hi,
Unfortunately, there is no such tool for Rider (AFAIK). But one can create it. There are a lot of articles and tutorials about how to develop IntelliJ plugins:
- Rider sample plugin - https://github.com/matkoch/resharper-rider-sample-plugin
- An article about Rider Frontend plugin development - https://blog.jetbrains.com/dotnet/2017/02/07/rider-front-end-plugin-development/
- Creating Your First Plugin guide - http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started.html
There is a plugin collection - https://plugins.jetbrains.com/rider
Moreover, there is a slack channel for Rider plugin writers to ask Rider/R#/IJ developers. Just let me know if you want to be added there.
K.R.
Sofia