pixelkind / p5canvas

An interactive preview for writing p5js code in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=garrit.p5canvas
Other
39 stars 4 forks source link

Hide Ruler / Cursor Location #67

Open JoePShoulak opened 1 year ago

JoePShoulak commented 1 year ago

Great extension! I'd like to by able to hide the ruler and cursor location tooltip if possible though. Allowing for vscode hotkey configuration would also be awesome!

I think the ruler and cursor are useful and instrumental to debugging, but I also find it a bit distracting vs development.

Edit: I also just noticed that when you set the canvas to be innerWidth by innerHeight, it's pushed out and down by the size of the rulers which adds scroll bars (and might not be the preferred behavior).

pixelkind commented 1 year ago

Hej,

I will look into this problem and will probably add a setting and maybe a hotkey for that. Thanks for your Feedback :)