Visual Studio Language Services are useful extensions that can bring a vast array of functionality for a new language into the Visual Studio IDE.
Questions on developing and debugging Visual Studio Language Services should have this tag.
A good place to start for creating your own Language Service is Ben Morrison's Code Project Article which provides a framework and instructions on getting started.
Microsoft's Deployment Article goes into more details in deploying Language Services.