在 "manifest.json" 上添加评论

Add comment on the "manifest.json"

我想写一个chrome extension,所以我需要写manifest.json,不幸的是,IDE不会识别评论

documentation表示:

It is a JSON-formatted file, with one exception: it is allowed to contain "//"-style comments.

所以我很确定添加评论是可以的。

有什么办法可以让编辑识别manifest.json的评论吗?

您可以使用下面的方法,

{
  "//1": "comment 1",
  "//2": "comment 2",
  "id": "123"
}

参见:

但我认为最好的方法是将 Recognized File Types 更改为 json5