You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Add support for use with Visual Studio (2019+)
Describe the solution you'd like
Extension to support full MIDL syntax highlighting in Visual Studio
Describe alternatives you've considered
Writing my own... :(
Additional context
The support for syntax highlighting of any MIDL code in VS is pretty limited (to the point of being mostly useless) as we use more things based on MIDL3 it would help a LOT if we had a tool that could properly provide syntax highlighting/intellisense.
The text was updated successfully, but these errors were encountered:
thanks @smaillet-ms ! this is something I'm definitely interested in and investigated, but it is currently blocked, as VS does not allow writing an extension that takes over a file type VS says it knows about already, like .idl.
Is your feature request related to a problem? Please describe.
Add support for use with Visual Studio (2019+)
Describe the solution you'd like
Extension to support full MIDL syntax highlighting in Visual Studio
Describe alternatives you've considered
Writing my own... :(
Additional context
The support for syntax highlighting of any MIDL code in VS is pretty limited (to the point of being mostly useless) as we use more things based on MIDL3 it would help a LOT if we had a tool that could properly provide syntax highlighting/intellisense.
The text was updated successfully, but these errors were encountered: