Sachin Chavan
Sachin Chavan

Reputation: 5614

How to add Intellisense support to visual studio for new language

I want to add Intellisense for .xyz file types which is my own language. How should i proceed?

Upvotes: 4

Views: 358

Answers (1)

BlueCode
BlueCode

Reputation: 741

You can create your own language services using the Visual Studio SDK.

Upvotes: 4

Related Questions