skip to Main Content

I’ve got a source code which I´d like to modify and reuse. The picture shows an example (not my website). I’ve got stuck for a while with the simple task of displaying the code not as a flowing text but as an actual code tree. Excuse my lack of basic skills; everyone starts somewhere. Appreciate your responses and guidance.

enter image description here

Already tried to find the settings in VSC without results. Also, lacking the correct terminology, I couldn’t find any information through google, AIs or YouTube. Any hint is welcome.

2

Answers


  1. Mostly these codes found on the websites(except html and css) will be encrypted to ensure safety and provide code privacy for the owner.

    So you may not able to dencrypt the code in that website.

    Login or Signup to reply.
  2. I think you can try to use the prettier of vscode extension.

    Here is the link
    https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode

    Please install the extension and follow the doc to format the file.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search