This is a lightweight VS Code / Cursor extension for huge Tensile YAML logic files.
When you hover on a kernel identifier line (by default: KernelNameMin, SolutionNameMin, BaseName), it shows a hover containing only that single kernel block (all parameters for the kernel).
If the kernel block is too large to fit in a hover, it offers a link to open the full kernel block in an editor tab.
It also supports editing a single kernel: click Edit this kernel…, then press Ctrl+S to apply changes back to the original YAML, close the temp editor, and return to the source file.
How to run (dev)
Open this folder in VS Code/Cursor:
vscode-tensile-kernel-hover
Install dependencies:
npm install
Build:
npm run build
Run extension (debug):
Press F5 (Extension Development Host)
Open your Tensile YAML file and hover on KernelNameMin: values.