Is it possible to enable XML intellisense in a C# class as it is in the VB editor? Similar to this article’s prescriptions:
http://msdn.microsoft.com/en-us/library/bb531325.aspx
Would like to not have to use xsd.exe to generate a class from the XML.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, because C# doesn’t support XML literals like VB does in the first place – there’s really nowhere in the language where the IntelliSense would pop up, unless it detected that you were calling
Elementson anXElementetc.