Visual Studio 2017 - Modify extensions in bulk

Visual Studio 2017 以後使用 Extensions and Updates 視窗進行 Extension 的修改。 ...

February 17, 2017 · 1 min · 86 words · Larry Nung

SonarQube - Setup MySQL database

要讓 SonarQube 使用 MySQL 資料庫,需先在伺服器中安裝 MySQL 資料庫。 ...

February 15, 2017 · 1 min · 251 words · Larry Nung

Visual Studio 2017 - Reattach to process

Visual Studio 2017 以前如果要重新附加到相同的處理序,我們需要自行用 Attach to Process 對話框再次附加相同的處理序,或是透過 Visual Studio 2017 的外掛直接重新附加處理序。 ...

February 15, 2017 · 1 min · 151 words · Larry Nung

Visual Studio 2017 - Match highlighting

Visual Studio 2017 以前在使用 IntelliSense 時,有時我們會搞不清楚出來的成員是因為匹配到什麼才會顯示出來。 ...

February 14, 2017 · 1 min · 102 words · Larry Nung

Visual Studio 2017 - IntelliSense filtering

Visual Studio 2017 以前 IntelliSense 是不具備 Filtering 功能的,必須從眾多成員中挑選出所要選用的,當成員過多時這問題會更加嚴重。 ...

February 14, 2017 · 1 min · 137 words · Larry Nung

Visual Studio 2017 - Run to click

Visual Studio 2017 以前,在除錯時若要讓斷點繼續向下運行至指定位置,我們需要在指定位置設定斷點後讓他向下運行,或是直接在指定位置上按下滑鼠右鍵,點選 Run to cursor 滑鼠右鍵選單也可以。 ...

February 10, 2017 · 1 min · 183 words · Larry Nung

Visual Studio 2017 - Structure visualizer

Visual Studio 2017 以前,在編寫程式時有時我們會需要找一下程式碼中的刮號,確定我們在改的區塊是否正確。Visual Studio 2017 新增 Structure visualizer 功能,能讓我們更容易知道所修改的區塊是哪。 ...

February 10, 2017 · 1 min · 198 words · Larry Nung

Visual Studio 2017 - Lightweight solution load

Visual Studio 2017 新增 Lightweight Solution load 功能,能 OnDemand 進行專案的載入,特別適用於大型專案的開發。 ...

February 10, 2017 · 1 min · 170 words · Larry Nung

Visual Studio 2017 - Attach to Process Filter

在 Visual Studio 2017 以前要在 Attach to Process 對話框中找到要附加的處理序,需要在一堆處理序中挑選。 ...

February 8, 2017 · 1 min · 181 words · Larry Nung

Web Deploy - Delete local site content

如要使用 Web Deploy 刪除本地站台內容,可以指定 Web Deploy 使用 delete 操作,dest 使用 contentPath provider,並帶入要刪除的 content 即可。 ...

February 6, 2017 · 1 min · 57 words · Larry Nung