csurfer/pyheat

Feature request: Scrollable heatmap for longer scripts

dmitrii-ubskii opened this issue · 4 comments

Longer (hundreds LOC) scripts will get squished by this. The solution would be breaking heatmap into manageable chunks and introducing GUI that would let you scroll through. Preferably with a minimap (a la Sublime Text) that shows where you are and overall heatmap of the script.

@Dmitry-Ubskiy : This is exactly what we discussed on reddit post right ? Will implement it soon enough. If you get to it before me I appreciate a pull request.

It would work much better to generate an html file with colored source code lines, much like Cython does (example).

Yes, longer scripts are programs are unreadable.

https://pypi.org/project/py-heat/0.0.6/ Adds scroll ability to scroll long profiled python files.