Hi!
Is it possible to access code model for htmlx (.cshtml) files?
I tried to accessing FileCodeModel for .cshtml files using code below but with no success.
_dte.ActiveWindow.Document.ProjectItem.FileCodeModel
It works for C# and C++ file sources but it returns null for htmlx.
Thanks,
Jake