vim - eclipse怎么让代码最后一行滚动到屏幕中央
ringa_lee
ringa_lee 2017-04-21 10:57:30
0
2
822

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

ringa_lee
ringa_lee

ringa_lee

reply all(2)
PHPzhong

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.

巴扎黑

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.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template