Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS2010 - HLSL Intellisense?

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 the author's site is down and I can't find a download anywhere.

like image 534
3Dave Avatar asked Nov 24 '10 17:11

3Dave


2 Answers

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.

like image 127
Andrew Russell Avatar answered Oct 03 '22 22:10

Andrew Russell


Try NShader that is a VS2012/2010/2008 extension for HLSL/CG/GLSL syntax highlighting.

like image 25
jameszhao00 Avatar answered Oct 03 '22 21:10

jameszhao00