lsp_core::util::token

Function get_current_token

Source
pub fn get_current_token(
    query: Query<'_, '_, (Entity, &Tokens, &PositionComponent, &RopeC, &DynLang)>,
    commands: Commands<'_, '_>,
)