有没有办法从重整在我的源文件中的注释停止日食?
我的主要问题是从字停止它包装他们。 我已经成功地配置Eclipse不自动换行的任何代码,但它似乎仍然把它做评论。
我进入这样的代码:
public int myVariable = 100; // this variable is a very interesting variable and it does lots of stuff
最终是这样的:
public int myVariable = 100; // this variable
// is a very
// interesting
// variable and
// it does lots
// of stuff