Orlando Qiu
Orlando Qiu
## What are you adding in this PR? Solves [#829](https://github.com/Shopify/developer-tools-team/issues/829) Added hover support for `render` handle and named arguments for inline snippets. ## What's next? Any followup issues? - [...
## What are you adding in this PR? Solves [#827](https://github.com/Shopify/developer-tools-team/issues/827) Added completion support for inline snippets in the render tag. Now when using the `{% render %}` tag, the language...
## What are you adding in this PR? Solves [#843](https://github.com/Shopify/developer-tools-team/issues/843) Updates the UnusedDocParam theme check to handle inline snippets and their scoping. The check now properly detects when parameters are...
## What are you adding in this PR? Solves [#826](https://github.com/Shopify/developer-tools-team/issues/826) Updated theme check to support `doc` tag inside of `snippet` tag. This change allows the `doc` tag to be used...
## What are you adding in this PR? Disabled the "Undefined Object" theme check for the new `snippet` tag to prevent false positives. This change also includes making the check...
## What are you adding in this PR? ### Solves #432 Added a new code action provider that allows users to disable Theme Check rules in the quick fix menu....