Sonarqube in visual studio SonarLint 2019-04-15 sonarlint Visual Studio, sonarlint, sonarqube Comments SonarLint 安裝1. 工具 > 擴充功能和更新 2. 搜尋 > SonarLint > 下載 > 重新啟動 Visual Studio 3. 建置 > 針對方案執行程式碼分析 (Alt+ F11) 4. 錯誤清單 > 組件 + IntelliSense 這邊就可以看到要修改的項目(S開頭的為sonrquebe的規則) 5. 修改程式碼 程式碼就會顯示 綠色的蚯蚓 alt+. 就會出現建議 參考 www.sonarlint.org 如何在 Visual Studio 使用 SonarLint ?