tgjones / HlslTools

A Visual Studio extension that provides enhanced support for editing High Level Shading Language (HLSL) files
http://timjones.io/blog/archive/2016/04/25/hlsl-tools-for-visual-studio-v1.0-released
Other
565 stars 97 forks source link

Minor quality-of-lfe issue: Open incude file With F12 is disabled #230

Open mr-phazer opened 2 years ago

mr-phazer commented 2 years ago

One can open aninclude file (.HLSLI) like this: image

But not with the standad F12, which works for everything else in HLSL plugin, and ofc is standard for VS

image

This plugin is a GOD-send for people who edit shaders a lot, and this small "quality of life" fix would make it even better.

Thanks in advace for your fantastic work

Phazer