Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
568 views
in Technique[技术] by (71.8m points)

java - How to prevent Eclipse from auto-importing packages when pasting code?

Frequently I copy and paste code from my existing code base. Eclipse frequently brings in erroneous import statements that I don't need

example, I copy and paste code into my project package named com.myproject.utilities into a file named twitter_class.java

and in the java file it adds

import com.pigmal.android.ex.twitter4j.TwitterConstants;

and this causes an error The import cannot be resolved. Of course it can't why, why did it even attempt to import that part when I didn't even select that for copying

I can imagine places where this is convenient, but it is never convenient for me and it is time consuming to repair so often.

How do I turn this off, in Eclipse, using Eclipse.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

To turnoff the auto import while pasting

windows > preference > java > editor > Typing > (Under when pasting) uncheck update imports


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

1.4m articles

1.4m replys

5 comments

56.8k users

...