How do I refresh Netbeans workspace?

前端 未结 10 1558
醉话见心
醉话见心 2021-02-01 12:03

In Eclipse, there is something called refresh workspace or F5 that refreshes the files, to make sure to pick-up any files that are changed outside eclipse.

How do i do t

相关标签:
10条回答
  • 2021-02-01 12:18

    The only think that worked for me, is "Synchronization" when right-clicking on the project.

    0 讨论(0)
  • 2021-02-01 12:19

    I use netbeans deploying php projects.

    Source->Scan for External Changes

    The files in the projects will be refreshed or synchronized with the windows file system.

    0 讨论(0)
  • 2021-02-01 12:25

    I made it like below ,

    Right click on the folder (e.g webpages) --> Refresh

    in my netbeans 6.9

    0 讨论(0)
  • 2021-02-01 12:28
    Source -> Scan For External Changes
    

    0 讨论(0)
  • 2021-02-01 12:29

    I think below is the best Answer to that. While Scan for External Changes takes a while.

    Instead.

    Tools->Options->Miscellaneous->Files and uncheck Enable-auto-scanning of source. Then it will give an option like Refresh Folder.

    This is cool against scanning the whole project to see changes in one folder.

    0 讨论(0)
  • 2021-02-01 12:29

    Select "Scan for external changes" from the "Source" menu.

    0 讨论(0)
提交回复
热议问题