hubspot-cms-vscode
hubspot-cms-vscode copied to clipboard
A HubL language extension for the Visual Studio Code IDE, allowing for :rocket: fast local HubSpot CMS Platform development.
I swear this used to happen, but it no longer does. The intention was when you entered `~` all HubL tags/functions showed up, but you need to first hit the...
**Describe the bug** A few snippets from the endpoint are being correctly written into the files, however, the [endpoint](https://api.hubspot.com/cos-rendering/v1/hubldoc) is showing incorrect information for: - |unixtimestamp - crm_associations() - crm_object()...
**Describe the bug** The current auto gen script errors on the `codeSnippets` entry of the `hubldoc` endpoint -- this is due to the variation of the data format. **To Reproduce**...
when hovering over a hubl function, filter etc; popup a hint with information on how to properly construct the markup. include link to the docs as well as youtube video...
We can use https://code.visualstudio.com/api/references/contribution-points#contributes.jsonValidation to help devs make sure their JSON files contain any needed properties / types. Another reference for this issue: https://ajv.js.org/guide/managing-schemas.html#re-using-validation-functions
Both the CTA tag and function end up saying `Invalid GTA guid null` if the `default` filter is used. Example: ```hubl {% set cta_to_render = ( module.sidebar_cta_tag_collection | selectattr('tag', 'in',...
Adding web extension support would enable the extension to work in github.dev as well as vscode.dev, as well as potentially other VS Code based code editors like gitpod and possibly...
I think I just properly installed the hubl syntax highlighting, but hubl within my comments is not getting grayed out. 
While editing a `module.html` file, it would be good to surface snippets for the fields that are defined in `fields.json`
Mirror module field usage snippets that are available in the design manager