Exemplo n.º 1
0
        protected override void CommandAction(DTEHelper helper)
        {
            EnvDTE.Document document = helper.GetOpenedDocumentInCodeWindow(FileOperations.SupportsXmlType);

            if (document != null)
            {
                ContentCoparerHelper.InsertIntellisenseContextEntityNameInDocument(document, string.Empty);
            }
        }