VS2010 - HLSL Intellisense?

前端 未结 5 2047
北荒
北荒 2021-01-04 13:09

Are there any free components out there that will give highlighting and/or intellisense for HLSL?

I\'ve seen mentions of something called \"InteliSense.Net,\" but th

5条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-04 13:36

    Not a direct answer to your question, but this is what I do to solve the same problem:

    I set Visual Studio to open *.fx files in Notepad++. (Right click the file, Open With, Add Notepad++, Set Default). Of course, you can use any editor you like.

    I use a HLSL syntax highlighting file for Notepad++ that I found on Google. I think it's this one.

    And finally, I keep this MSDN page open in my browser: Intrinsic Functions (DirectX HLSL). Because HLSL is so simple - with no way to mess around defining classes and such - and the programs are usually quite small and self-contained, I find that this is sufficient.

提交回复
热议问题