Skip to content

Instantly share code, notes, and snippets.

@devlights
Created December 26, 2012 10:23
Show Gist options
  • Save devlights/4379462 to your computer and use it in GitHub Desktop.
Save devlights/4379462 to your computer and use it in GitHub Desktop.
Sublime Text 2 でファイルの総行数を表示する方法. [Ctrl+`]でコンソール開いて、以下を実行.
print len(view.lines(sublime.Region(0L, view.size())))
@devlights
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment