Snazzah / SublimeDiscordRP

📄 Discord rich presence for Sublime Text
MIT License
133 stars 35 forks source link

Added {loc} for lines of code! #30

Closed makidoll closed 6 years ago

makidoll commented 6 years ago

I've been using view.rowcol(view.size())[0]+1 for a while and I haven't had any performance issues with it. Seems absolutely fine... I would love to see this in the plugin instead of having to add it manually. ^^

Also, // {loc} - The amount of lines of code of the file... I feel like I could have phrased that better but I don't really know.

Thanks!