File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -883,8 +883,11 @@ source_group(TREE "${NBL_ROOT_PATH}"
883883)
884884
885885# we want HLSL intelisense with all fancy features
886+ # NOTE: don't use HLSL Tools component but map .hlsl
887+ # file ext to C++ intellisense in VS settings
888+
886889# https://marketplace.visualstudio.com/items?itemName=TimGJones.HLSLToolsforVisualStudio
887- # but intellisense doesn't work in VS2026 with the ext even tho I seem to have correct config,
890+ # intellisense doesn't work in VS2026 with the ext even tho I seem to have correct config,
888891# there is syntax highlighting however it cannot resolve any #include file and
889892# in VS2022 this ext literally breaks the IDE making it unresponsive.
890893# One could not use it at all and rely on C++ intellisense for .hlsl files,
You can’t perform that action at this time.
0 commit comments