About 20,400 results
Open links in new tab
  1. Cannot Edit Default VSCode JSON Settings - Stack Overflow

    Aug 1, 2020 · I cannot edit default settings in json: Open Default Settings ("File -> Preferences -> Settings") Type in Default Settings json file to edit. Window appears "Cannot edit in read-only editor" …

  2. Cannot edit in read-only editor VS Code - Stack Overflow

    Feb 24, 2019 · In my case file encoding types was in utf-8 with bom By opening in any text editor (I have used visual studio code but you can use any other text editor) and save with utf-8 will open file in edit …

  3. GUI-based or Web-based JSON editor that works like property explorer ...

    Jun 16, 2009 · GUI-based or Web-based JSON editor that works like property explorer [closed] Asked 16 years, 7 months ago Modified 3 years, 11 months ago Viewed 256k times

  4. How to open Visual Studio Code's 'settings.json' file

    Add "workbench.settings.editor": "json" to your settings.json file. This will make it so that menu File → Preferences → Settings or ⌘ + , opens your settings.json file by default.

  5. How do I install and use a JSON editor in Eclipse?

    I wish to install a JSON editor in Eclipse, and I am trying to use Eclipse JSON Editor Plugin which is mentioned in an answer to this SO question. I have copied the zip file from Sourceforge. How ...

  6. How to get PyCharm to format a JSON file - Stack Overflow

    When I create a .json file in PyCharm and put in some JSON, I'm expecting it to format it as per the format shown under File > Settings > Editor > Code Style > JSON.

  7. How to export swagger.json (or yaml) - Stack Overflow

    Hope this helps, If you do have the swagger json file which you feed to the swagger UI, then to generate .yaml file just click on the below link copy-paste your json in the editor and download the yaml file. …

  8. Re-formatting and editing too large JSON file - Stack Overflow

    May 10, 2023 · Re-formatting and editing too large JSON file Asked 2 years, 8 months ago Modified 2 years, 8 months ago Viewed 3k times

  9. Visual Studio Code: unable to edit keybingings.json "Cannot edit in ...

    Jun 27, 2019 · How to make keybindings.json read+write, on Linux Ubuntu 18.04? Relatedly, where is this file located? My end goal is to remap the Esc key.

  10. How to see a large JSON file pretty printed on Ubuntu?

    I would like to hear your suggestions on how to handle a large (40MB) JSON file on Ubuntu. I would like to see it pretty printed in vim or gedit or any other editor. One can find numerious tutorial...