Answers for "pycharm pretify json"

4

pycharm prettify

In the editor, select a code fragment you want to reformat

press:  Ctrl + Alt + L

If you don't select a code fragment, PyCharm will reformat the whole file
Posted by: Guest on June-28-2021
0

prettify json in pycharm

Reformat a code fragment in a file
In the editor, select a code fragment you want to reformat.
From the main menu, select Code | Reformat Code or press Ctrl+Alt+L . note. If you don't select a code fragment, PyCharm will reformat the whole file.
Posted by: Guest on May-01-2021

Browse Popular Code Answers by Language