Module Merlin_analysis

module Ast_iterators : sig ... end
module Browse_misc : sig ... end
module Browse_tree : sig ... end
module Completion : sig ... end
module Construct : sig ... end
module Context : sig ... end
module Destruct : sig ... end

Destruct at the moment works in two contexts:

module Env_lookup : sig ... end

Provides tools to lookup items in the typing environment.

module Expansion : sig ... end
module Index_occurrences : sig ... end
module Inlay_hints : sig ... end

Builds the list of inlay hints to be displayed on a document.

module Jump : sig ... end
module Locate : sig ... end
module Misc_utils : sig ... end
module Ocamldoc : sig ... end
module Occurrences : sig ... end
module Outline : sig ... end
module Ppx_expand : sig ... end
module Ptyp_of_type : sig ... end
module Refactor_open : sig ... end
module Signature_help : sig ... end
module Stack_or_heap_enclosing : sig ... end

Provides information about where allocations around the cursor are placed (the stack or the heap).

module Syntax_doc : sig ... end
module Tail_analysis : sig ... end
module Type_enclosing : sig ... end

Provides type information around the cursor.

Search by type in the current environment.

module Type_utils : sig ... end
module Typed_hole : sig ... end

This module should be used to work with typed holes. The main goal is to hide syntactic representation of a typed hole, which may change in future

module Typedtree_utils : sig ... end

Utilities to keep explicit Typedtree manipulations local to Merlin_lib for alternative clients like ocaml-lsp.