Eclipse Auto Save before build?

前端 未结 6 1924
南方客
南方客 2021-02-01 13:22

Coming from a Visual Studio background...

How do I tell Eclipse that it should auto save when ever I build rather than ask each time.

VS.NET has it under \"Optio

6条回答
  •  不知归路
    2021-02-01 14:02

    First, try

    Window -> Preferences -> General -> Workspace. There you can check "Save automatically before build" and "Build automatically."

    If that does not work,

    PLEASE TRY

    Preferences -> Run/Debug -> Launching -> "Save dirty editors before launching"

提交回复
热议问题