Visualstudio-docs: Custom uppercase attribute but intellisense lowercase in cshtml file

Created on 22 Jun 2017  路  6Comments  路  Source: MicrosoftDocs/visualstudio-docs

  1. I find it's useful intellisense in cshtml file that customing indivadual element and attribute in html.xsd file, following is the html.xsd path and defination of intellisense:
    html.xsd

    Imagebutton Intellisense

  2. Our team want uppercase style of element and attribute, as you can see in picture, the ImageButton uppercase element intellisense in cshtml is perfect, but for the Src uppercase attribute will auto transfer to src lowercase style, that bothers me a long time and cannot find a good solution

    ImageButton
    src

  3. Could you give me some advices for above mentioned, thanks you a lot!!!

support-request

Most helpful comment

Hi zengyunchun,
Can you try putting vs:isxmlschema="true" at the top of your augmented html.xsd (near where the vs:ishtmlschema="true" attribute is)? This isn't a fully tested scenario, but this might give you your desired behavior.

Thanks!
-- Todd

All 6 comments

This appears to be a request for a product change.

Hi zengyunchun,
Can you try putting vs:isxmlschema="true" at the top of your augmented html.xsd (near where the vs:ishtmlschema="true" attribute is)? This isn't a fully tested scenario, but this might give you your desired behavior.

Thanks!
-- Todd

@zengyunchun can you try out the solution above and close the issue if it fixes your problem?

@zengyunchun please reopen the issue if that doesn't solve your problem.

@ToddGrun , reply late I'm sorry, just now I try the solution, it's pretty good and wonderful, thank you a lot!!!
by the way, thank you @gewarren reminding me, you are so beautiful!!!!

@zengyunchun I'm glad this fixed your problem, and thank you!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wellwind picture wellwind  路  3Comments

DaanV2 picture DaanV2  路  4Comments

jnpwly picture jnpwly  路  3Comments

nitinjs picture nitinjs  路  3Comments

Crono1981 picture Crono1981  路  3Comments