EPiServer CMS Intellisense Comments

blog header image

When we build EPiServer CMS we automatically produce a bunch of xml files with code comments (generated from Visual Studio). They are used as a foundation for the SDK texts. But you can also have them shown directly in your Visual Studio IntelliSense. That way you won’t have to resort to looking up a method call in the SDK every time you wonder what a certain method does.

The easiest way to get intellisense worker is to put the xml files with comments in your “bin” folder together with the assemblies.

Recent posts