Is it possible to include XML intellisense in a C # class, like in a VB editor? As in the requirements of this article:
http://msdn.microsoft.com/en-us/library/bb531325.aspx
I would like not to use xsd.exe to create a class from XML.
No, because C # does not support XML literals such as VB in the first place - in fact, there is no language that IntelliSense pops up unless it finds that you called Elementson XElement, etc.
Elements
XElement
Currently, the function is not just VB.Net, commonly called XML literals.
Source: https://habr.com/ru/post/1760116/More articles:Changing the color of bubbles in a Google visualization motion graph - apiRun the Ant task from Maven - maven-2Один HTML-якорный тег фактически отображает TWICE! Скриншот - htmlJPA / Hibernate / MS SQL Server does not return the generated identifier value - sql-server-2005Dependecy Design Injecting and reusing a single data context - c #Problem with inheritance and "self" link - pythonsnmp: correct behavior when only part of table index is specified? - snmpSending an array of bytes directly to the printer - c #LdapConnection cannot re-bind except basic authentication - c #Каков правильный способ выполнения долговременной работы вне EDT? - javaAll Articles