pub static CELL_PATH_TYPES: ExperimentalOptionExpand description
Enable type inferencing on “full cell path” expressions which are all typed as any if
disabled. Inferred types are stored on internal AST, which are helpful for some downstream
tasks such as nu-lsp inlay hints.
As a side effect, some previously allowed operations may get rejected with type-mismatch parsing errors.