Quantcast
Channel: ReScript Forum - Latest posts
Viewing all articles
Browse latest Browse all 1819

[ANN] Editor integration: type checking/feedback without saving (experimental)

$
0
0

For Neovim (LSP built-in) users:

require('lspconfig').rescriptls.setup {
  init_options = {
    extensionConfiguration = {
      incrementalTypechecking = {
        enabled = true
      },
    },
  },
}

Viewing all articles
Browse latest Browse all 1819

Trending Articles