About 23,200 results
Open links in new tab
  1. How can I get Notepad++ to properly format, “pretty print” …

    Jun 11, 2019 · After plugin install select text you want to format and click on plugins > JSON Viewer > Format JSON. Checkout latest version of Notepad++ to get all updated and latest …

  2. Auto format document with Notepad++ - Super User

    In Visual Studio, (and a few other Microsoft editors), you can auto format a document with a simple Ctrl + K, Ctrl + D. This inserts line breaks and tabbing automatically. Is there a similar …

  3. Notepad++: how to automatically format JSON when opening the …

    Nov 13, 2020 · I work with many JSON files. It would be useful to automatically format JSON when opening the file in Notepad++. At the moment, I'm using JSON viewer plugin. I have to …

  4. Is there a way to validate JSON in Notepad++? - Super User

    Jan 8, 2019 · JSON Validator for Notepad++? was closed, and none of the links there point to an actual validator for JSON data. I don't need to reformat JSON, I want a visual cue that I've …

  5. notepad++ - Different colorisation for Json properties and values ...

    Jan 16, 2019 · The Scintilla component used by Notepad++ is in charge of the lexers for syntax highlighting. Apparently, the designer of that lexer didn't decide to differentiate between …

  6. JSON Validator for Notepad++? - Super User

    Not a plugin for Notepad++ but XML ValidatorBuddy is also a JSON editor and comes with a built-in JSON syntax checker and auto-completion. It is a standalone Windows tool.

  7. Which Notepad++ plugin sets the text's background color to …

    Mar 21, 2023 · Notepad++ JSON Error Style I've realized I get this issue whenever I have a text document containing a block of JSON and I've used the JSON Viewer plugin to format the …

  8. Notepad++ weird red background - Super User

    Jan 13, 2022 · For example if you open this text as json: { thereisNoBracesEndOftheDocument 525221 it is shown like that: Because json format is incorrect. In addition, if your text has …

  9. Can i get excel to retain the format of this JSON cell?

    Mar 8, 2022 · Strangely enough, I don't seem to have this issue. Using Office 365. If I copy and paste your first "code formatted" JSON text section, and paste into Excel (select single cell, …

  10. How can I see the number of elements a field contains in a JSON …

    Apr 20, 2025 · I can see the number of elements a field contains in a JSON file opened with PyCharm 2024.2.3: How can I view the same within Notepad++?