perl-lsp-completion 0.12.2

Context-aware LSP completion engine for Perl — variables, functions, methods, packages, and file paths
Documentation
1
2
3
4
5
//! File path completion compatibility facade.
//!
//! The implementation now lives in the `perl-lsp-file-completion` microcrate.

pub use perl_lsp_file_completion::{FileCompletionContext, complete_file_paths};