Open Issues Need Help
View All on GitHubAI Summary: Integrate Language Server Protocol (LSP) support into the DocQL parser, leveraging the `pest-ide-tools` library to enhance the developer experience with features like syntax highlighting, code completion, and error checking within IDEs.
AI Summary: Implement a new `Match<T>` block in the Delver DSL to enable more flexible and declarative matching strategies. This involves extending the parser to handle the new syntax, implementing fallback matching logic using `FirstMatch(...)`, and potentially adding scoring and weighted matching in future phases. The implementation should be incremental, starting with basic parsing and referencing, then adding fallback logic, and finally incorporating more advanced features like composite matchers and scoring.