Feature request: Scrollable heatmap for longer scripts
dmitrii-ubskii opened this issue · 4 comments
dmitrii-ubskii commented
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.
csurfer commented
@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.
johnyf commented
It would work much better to generate an html file with colored source code lines, much like Cython does (example).
reagle commented
Yes, longer scripts are programs are unreadable.
csurfer commented
https://pypi.org/project/py-heat/0.0.6/ Adds scroll ability to scroll long profiled python files.