How do I refresh Netbeans workspace?

前端 未结 10 1559
醉话见心
醉话见心 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:39

    Within NetBeans:

    select "Source" > "Scan for External Changes" 
    

    this will force the IDE to look for changes and "Refresh" the file structure.

    I develop PHP within NetBeans and am frequently creating new files outside of the IDE. This does the trick every time and works quickly.

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

    Never Mind, found ScanOnDemand plugin and also there is source-->Scan for External Changes menu.

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

    For Netbeans-IDE 7.2 and above

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

    You can refresh the folder or whole workspace.

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

    Also, if you're using subversion, if you use an external subversion client you can run "update" in the subversion menu to update the diff highlighting.

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