docs/en/studio/working-with-suite.md
//[doc-seo]
{
"Description": "Learn how to seamlessly integrate and run ABP Suite within ABP Studio, enhancing your development workflow with unified access and efficiency."
}
//[doc-nav]
{
"Next": {
"Name": "ABP Suite",
"Path": "suite/index"
}
}
ABP Studio (Studio) has a shortcut for running ABP Suite (Suite) to allow using it without starting it externally and using it on a browser. Thus you can use both Studio and Suite as a united platform.
The Open button in ABP Suite menu runs the Suite and opens it as a tab in the main page of Studio. It may take a few seconds to open Suite if it is not already running. The main page of Suite will be shown if there is not a module loaded in Studio. Otherwise, it will automatically open Crud Page Generation screen with the loaded module in Studio.
If There are more than one module which is openable via Suite, Studio will ask you to pick one of them before opening it. If you select a module, Suite will automatically open Crud Page Generation screen with the selected module. If you choose Continue without selecting a module, Suite main page will be opened.
You can right-click on the solution root or a module in Solution Explorer and click ABP Suite to open it with Suite.
ABP Suite, Studio will ask you to pick a module if there are multiple modules. Suite will then open with the selected module.ABP Suite, Suite will automatically open Crud Page Generation screen with that module.Standard application solutions (App & App-nolayers) generated by Studio are fully supported by Suite.
You can generate code on the services of the microservice solution. UI code generation is not supported at the moment. It is on the roadmap.
You can update or downgrade the version of ABP Suite by Change Version button in ABP Suite menu.
When you open ABP Suite for a solution, Studio checks if the installed Suite version matches the solution's ABP version. If they differ, Studio will prompt you to update or downgrade Suite to match your solution's version. This ensures compatibility between Suite and your project.