From dbcce7840bed28cd984fbfeffd59784cbb476261 Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Fri, 22 Nov 2024 10:26:39 +0300 Subject: [PATCH] Added Build & Start hint to running applications document --- docs/en/studio/running-applications.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/studio/running-applications.md b/docs/en/studio/running-applications.md index a41f15207d..a4dc4f8388 100644 --- a/docs/en/studio/running-applications.md +++ b/docs/en/studio/running-applications.md @@ -187,6 +187,8 @@ We have several options in C# applications. Those options are `Start`(If the app > When *Watch* is enable you should see an *eye* icon next to the application name. +> Hint: Performing CTRL+Click on the start icon left to a stopped C# application equals to `Build & Start` command. Same applies for folders. + ![csharp-application-context-menu-run-connection](images/solution-runner/csharp-application-context-menu-run-connection.png) ### Build