It's easy to mess up when streaming, presenting or showing code. Lower the risk by hiding your configuration values until you actually decide to show them.
This extension hides all values in xml and json files. You can click a button to toggle the boxes so you can edit the va...
It's easy to mess up when streaming, presenting or showing code. Lower the risk by hiding your configuration values until you actually decide to show them.
This extension hides all values in xml and json files. You can click a button to toggle the boxes so you can edit the values, but if you close & reopen the file the values are hidden again.
The schema is always visible even when the values are hidden.
Changelog
1.5.1
Giving a chillpill to an overzealous XML comment lookup. In certain cases, it would mark the entire file as a comment. Now fixed.
1.5
Both XML and JSON parsers have been massively updated to increase performance. Same concept still applies: Fail closed, hide rather than show
XML & JSON updates also helped fix problems with names sometimes being hidden in data because the contents overlapped with values.
Max limit to files set to ½ a mb as loading was extremely slow. Defaults to hidden.
Made code more robust to decrease risk of errors.
Moved & attached control buttons to lower right of editor window to move them out of the way of long lines.
1.3.2
XML values with encoded values no longer causes panic and hides the whole file.
1.3.1
XML bare words now hide repeats.
1.3
Fixed problem with parsing some XML files that caused the interpreter to hide the whole file(as intended when something failed).
Moved buttons to right side of viewport to not hide schema.
Technical cleanup.
1.2.3
Removed overlaps of hidden sections to reduce clutter and potentially exposing lengths of sub-parts of a config value.
1.2.2
Fixed bug where multiline comments after a marker inside a string value would not be properly hidden.
Reorganized the buttons a bit to improve readability of the config file.
1.2
Added auto hiding of comments
Made buttons a bit more responsive in size
1.1
Added an actual button to the viewport for displaying config values