I have a specific project where I need to wrap every code line at 65 characters. I have set up the eclipse Java code formatter properly for this. But what I really want is a vertical line to be drawn in the editor showing where the max line width while I am typing, not just when I run the formmater. I know this feature is available in some capacity because it is displayed in the code formatter property page.
I don’t see any option in eclipse to turn this on and I didn’t see any plug-ins that do it on Eclipse Plugin Central
Look in Windows / Preferences (at least on Windows – IIRC it moves around for different operating systems) then:
Tick this and it should show the line.
As a quick way of finding this, use the search filter in the top and filter on “margin”.
Notes from the comments – unverified by me, but I have no reason to doubt them: