Skip to main content

Crate perl_lsp_file_completion

Crate perl_lsp_file_completion 

Source
Expand description

Secure string-literal file path completion.

This microcrate isolates bounded filesystem traversal and path sanitization for completion providers that want to offer file suggestions without owning the security policy themselves.

Structs§

FileCompletionContext
Minimal request context for file-path completion.

Functions§

complete_file_paths
Produce secure file-path completion items.