e、 g.在VS中,打字 f.m(); foo.method(); ,而在Xcode中你必须输入 fTAB.mTAB(); .
f.m();
foo.method();
fTAB.mTAB();
有没有办法在Xcode中模拟VS的行为?