syster-base 0.4.0-alpha

Core library for SysML v2 and KerML parsing, AST, and semantic analysis
Documentation
//! IDE feature tests
//!
//! Tests for:
//! - Hover information
//! - Go to definition
//! - Find references
//! - Document symbols
//! - Workspace symbols
//! - Code completion
//! - Semantic tokens
//! - Folding ranges
//! - Inlay hints
//! - Document links

pub mod tests_completion;
pub mod tests_folding;
pub mod tests_goto;
pub mod tests_hover;
pub mod tests_references;
pub mod tests_semantic_tokens;
pub mod tests_symbols;