vendredi 24 juin 2016

How do i change the autocomplete options for XML comments in Visual Studio (2015 if it matters)


So i'm using MVC, and some of my comments have multiple paragraphs in them.

After digging through some other answers i managed to get the <p></p> tags to work, but i can't seem to make <para></para> tags do anything.

I can get the behavior i want by modifying the css so that it treats <para> the same as <p>, but this didn't quite work, as the chrome default user style sheet does its own <p> styling which i then don't have, so i need to manually put that in. That seems a bit hacky.

Is there a way to change the default tag (or add an auto complete option) to(for) <p> for XML comments?


Aucun commentaire:

Enregistrer un commentaire