All checks were successful
farmcontrol/farmcontrol-api/pipeline/head This commit looks good
This commit introduces new route handlers for intellisense in both document and email templates, allowing for cursor-relative suggestions based on template content. The `intellisenseDocumentTemplateRouteHandler` and `intellisenseEmailTemplateRouteHandler` functions are implemented to collect and return relevant intellisense data. Additionally, tests are added to ensure the correct behavior of the intellisense feature, enhancing the overall template management capabilities.