Pretty Print only works on "httpyac.responseViewContent": "body" #55
-
Hello, First thanks for all the work on this. This is really a stellar plugin. I have been watching httpyac closely. I used rest client all day everyday. However, I like some of the subtle features of httpyac and have been wanting to switch over.. I tried to make a switch today to httpyac but the pretty print only seems to work with this setting. {
"httpyac.responseViewContent": "body"
}
I prefer this setting when debugging APIs however the pretty print does not seem to work. Is that a bug or a "feature"? {
"httpyac.responseViewContent": "exchange"
}
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
Rather something for which I have not yet found time and is also not quite simple. The reason is that for *.http files there is no DocumentFormattingEditProvider registered. This would have to be able to handle different formatting specifications at the same time (JSON, Javascript, XML, ...). In principle, one could certainly copy that from vetur. |
Beta Was this translation helpful? Give feedback.
-
I have now implemented the automatic XML formatting with version 2.21.0. I use xml-formatter for formatting xml content. |
Beta Was this translation helpful? Give feedback.
-
This pretty printer was working on XML for a while. In the last few days it seems to have broken. I need to go through the latest release and figure out what changed. |
Beta Was this translation helpful? Give feedback.
-
AnWeber..you rock...love it! :-) |
Beta Was this translation helpful? Give feedback.
I have now implemented the automatic XML formatting with version 2.21.0. I use xml-formatter for formatting xml content.