How to Generate API Controllers in IntelliJ Rider?

Answered

There's no IntelliJ Rider tag, which I why it has this tag.

In Visual Studio, I can generate API controllers in a Web API project by right-clicking the controllers folder and selecting Add | Controller:

From this menu, I can choose model class, context class and controller name and with a button press I can generate hundreds of lines of boilerplate.

I've moved to IntelliJ Rider, but I can't find a way to generate controllers. Does anyone know if this can be done with point and click? If not, are there terminal commands to do this?

 

 

0

Please sign in to leave a comment.