Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any way to scroll beyond the last line in xcode?

Tags:

xcode

I ask if there is any way to scroll beyond the last line in xcode, because I always end up pressing a lot of enters to the end of my files, so that I don't have to always type my code at the bottom of my window.

I have skimmed through the properties panel of XCode, and had a look at this forum. So far the answer looks negative, but I kept my hopes up. :)

Any ideas for tricking XCode to scroll beyond the last line? (I have XCode 4.5.2)

like image 780
Barney Szabolcs Avatar asked Sep 11 '25 08:09

Barney Szabolcs


2 Answers

There is now a plugin for that !

Have a look at SCXcodeEditorInset !

like image 63
nverinaud Avatar answered Sep 13 '25 23:09

nverinaud


Dont think there is a way to do this but if you are trying to edit the buttom of the code while having it near the top of your display, you can click the middle view button in xcode to bring up the console/watcher and then drag that up to the desirable spot. This does decrease the overall space of your editor but can sometimes be useful if you prefer this or just need to do that temporarily

like image 35
srz2 Avatar answered Sep 14 '25 01:09

srz2