How can add loading screen in TC
We are developing one custom plugin.It take so much time to load,in between i would like to show TeamCity loading message.
How it can implement in custom plugin and display chart as image map.Is there is any Jetbrains API available
Any help is appreciated
Please sign in to leave a comment.
We do not provide such helpers, but you could split UI and business logic within the plugin, and perform time consuming tasks in background.