struct Scry::Implementations
- Scry::Implementations
- Struct
- Value
- Object
Overview
Using Crystal implementation to emulate GoTo Definition.
Included Modules
Defined in:
scry/implementations.crConstant Summary
-
LOCAL_REQUIRE_REGEX =
/^require\s+"(\.{1,2}.*?)"\s*$/
-
POSITION_0 =
LSP::Protocol::Position.new(0, 0)
-
RANGE_0 =
LSP::Protocol::Range.new(POSITION_0, POSITION_0)
Constructors
Instance Method Summary
- #implementation_response(locations = [] of LSP::Protocol::Location)
- #run
-
#search(filename, position)
NOTE compiler is a bit heavy in some projects.