The first sentence is always nonsense.
Writing this series at the beginning is a summary of the previous language service development process. writing down what you have mastered or do not fully understand helps to deepen your impression. Due to the fact that this talent is sparse, it is just getting started with vsx development. It is inevitable that there are some mistakes. Please refer to me for more help.
Preparations
Because of project requirements, services in a specific language need to be integrated in the product. Of course, our product is a vsx product first. I was lucky enough to get this task. I didn't know what happened when I first started to access the language service. In fact, I didn't know vsx, so I spent some time doing some homework on vsx development. Of course, I believe that the readers of this article should have some knowledge of vsx. If not, please do some homework first and recommend our Team: (Translation) learnvsxnow! Series. If you only care about the language service, you just need to read the previous few lectures and lay a foundation. I am not going to introduce concepts such as vs shell and package.
Significance of Language Service
Before starting, I want to explain what language service is. Here I just want to talk about my understanding. If you already know this, you can skip this section. Vs2008 is indeed a world-class development tool. It is more important than the efficient development brought by its powerful environment.CodeColoring and smart sensingProgramming LanguageTo a certain extent, these features better promote. net. Imagine, without SMART awareness, who would say vs2008 was successful?
Therefore, I think the sum of the special features for programming languages is called language service, which is an important part of vs products.
Other Learning Resources
1. If you are a beginner, I suggest you take a look at "How do I?" On msdn ?" Series video, about vsx:
Http://msdn.microsoft.com/en-us/vstudio/bb507746.aspx
2. Our team'sArticleIt is also a good resource:
Http://team.cnblogs.com/VSX/
3. After you install vssdk, check the msdn content frequently, which contains many good things.