perl-symbol-types
Unified Perl symbol taxonomy for LSP tooling.
Part of the perl-lsp workspace.
Public API
VarKind-- Variable sigil classification:Scalar($),Array(@),Hash(%).SymbolKind-- Canonical symbol taxonomy:Package,Class,Role,Subroutine,Method,Variable(VarKind),Constant,Import,Export,Label,Format.
Key methods on SymbolKind: to_lsp_kind(), to_lsp_kind_document_symbol(), sigil(), is_variable(), is_callable(), is_namespace(), plus convenience constructors scalar(), array(), hash().
Usage
use ;
let var = scalar;
assert_eq!;
assert!;
assert_eq!; // LSP Function
License
Licensed under MIT OR Apache-2.0 at your option.