为什么关键字在 Remix IDE 中没有变色?

Why keywords don't get colored in Remix IDE?

我写了一段关于数组的代码。

如代码所示,这里预定义了push()、pop()和length。当我试图改变他们的名字时,它给出了一个错误,与其他关键字相同的情况。

如果它们是关键字,为什么它们没有颜色或粗体?

Remix 不像其他ides(VSCode 等)。

它们可以得到支持,但所有的 solidity 工具和语言本身仍在进行中,Remix 也不是真的在撒谎, 混音说:

It also provides syntax highlighting mapped to solidity keywords.

的确如此,these are the reserved keywords in solidity. Array members like push() pop() or length are not keywords, they are members