Yes, these as well as “go to definition”. For instance if I have this syntax error where (customSort) doesn’t have a complete definition, syntax highlighting and basically all language server help stops working.
let customSort = (items, selected) =>
@react.component
let make = (
~className="",
) => {
<div className />
}