Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Reload VS Code solution when somethign changed

Discussion in 'Project Tiny' started by MUGIK, Dec 7, 2018.

  1. MUGIK

    MUGIK

    Joined:
    Jul 2, 2015
    Posts:
    481
    For example I created some component and added some fields. Then I add new field to this component and to see this changes in VS Code editor I need to close VSCode editor and open in again.

    Is there some way to do it automaticly?
     
  2. raymondyunity

    raymondyunity

    Unity Technologies

    Joined:
    Apr 30, 2018
    Posts:
    122
    For Visual Studio Code, you can just save the file and it will update. IDEs react differently, Sublime would avoid this problem.

    I'm using plugins "TypeScript Import" 1.2.14 (+ TSLint 1.0.14) with Visual Studio Code (1.29.1) on Windows10. Just to note, creating a new component should update in VSCode immediately.