在 Atom 中,使用 Typescript,带下划线的 "module" 应该告诉我什么?

In Atom, with Typescript, what does the underlined "module" supposed to tell me?

看看 'fs' 是如何加下划线的?当我将鼠标悬停在它上面时,它显示 "module"。这让我感到困惑,因为它看起来像一个错误。

When I hover over it it says "module". It confused me because it looked like an error.

我们在这些下划线表示这些是我们理解的路径。这些是我们将为其提供自动完成的路径。

这看起来像是一个错误,因为您的配色方案中的文本为 红色。在其他情况下,根据 strings 的配色方案,它看起来会有所不同。