How do I refresh Netbeans workspace?

2019-03-09 15:09发布

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 that in Netbeans ? I am using 6.9.1 for PHP/Java development?

I don't see any refresh nor F5 works?

any hints? any plugins??

10条回答
一纸荒年 Trace。
2楼-- · 2019-03-09 15:22
Source -> Scan For External Changes

enter image description here

查看更多
仙女界的扛把子
3楼-- · 2019-03-09 15:25

I made it like below ,

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

in my netbeans 6.9

查看更多
Bombasti
4楼-- · 2019-03-09 15:26

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.

查看更多
Anthone
5楼-- · 2019-03-09 15:29

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.

查看更多
迷人小祖宗
6楼-- · 2019-03-09 15:31

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

Instead.

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

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

查看更多
家丑人穷心不美
7楼-- · 2019-03-09 15:33

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

查看更多
登录 后发表回答