Stop Eclipse from mangling my comments

前端 未结 5 1570
臣服心动
臣服心动 2020-12-29 23:53

Is there a way to stop eclipse from mangling the comments in my source files?

My main issue is stopping it from word wrapping them. I\'ve managed to configure eclips

5条回答
  •  旧时难觅i
    2020-12-30 00:32

    Go to the "Window" menu -> preferences
    choose the editor you're interested in from the list on the left.(e.g. Java)
    then there should be a subsection called "Code Style", and under that "Formatter".

    Then you'll need to create a new formatter profile. (The built-in profile can't be edited) On the last tab of the profile configuration is options for comment formatting

提交回复
热议问题