文檔提供了間距Example S IN標記以下代碼: /*:
- example: *A simple `for` loop.*\
This example shows a `for` loop that prints the numbers 1 to 5.\
\
`for index in 1...5 {`\
` print("index = \
我在某些文件上忽略了文檔問題。例如: # Ignore all undocumented API issues on test headers
sonar.issue.ignore.multicriteria.noapitest.ruleKey=cxx:UndocumentedApi
sonar.issue.ignore.multicriteria.noapitest.resourceKey=
有沒有辦法在JSON片段中有一些額外的元素時禁用錯誤突出顯示。我的用例是我想將註釋添加到JSON中以使其更易於理解。我知道,這不是語言規範的一部分,但是做這樣的事情沒有紅色的亮點將是非常酷: {
// this field contains some textual description of the problem occurred
"description": "Reso