Home  >  Q&A  >  body text

vim - eclipse怎么让代码最后一行滚动到屏幕中央

如图,vim里代码最后一行能滚动到屏幕中央,eclipse不能。怎么能让eclipse里也能这样?

ringa_leeringa_lee2737 days ago793

reply all(2)I'll reply

  • PHPz

    PHPz2017-04-21 10:59:30

    I guess your usage habits are similar to mine

    vi user

    Install vrapper plug-in in eclipse
    Then zz
    The last line scrolls to the middle of the screen

    To find out how to install it, google it yourself, or you can search for the plug-in installation in the eclipse market.

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-21 10:59:30

    This function is currently not supported. The simplest solution is to insert a large number of blank lines. However, generally when writing Java, you will not always edit at the end of the file. There is no need to use eclipse when writing other languages.

    reply
    0
  • Cancelreply