package
0.2.1
Repository: https://github.com/inoxlang/inox.git
Documentation: pkg.go.dev

# README

Code Completion

This package implements completion for Inoxlang code. The main API is the FindCompletions function and the Completion type. There are several completion modes:

  • ShellCompletions - used by the REPL
  • LspCompletions - used by the project (LSP) server