I find myself constantly putting extra spaces under my methods with the PG code editor. Is there an argument or a styling thing that we can do where if you are scrolled to the bottom of the code that there is still a few lines of whitespace below the text?
Completely forgot to answer that. This is not so trivial with the current monaco version we are using (and its architecture). The only thing I can do is add two lines to every source, but those lines will be permanent and will not be removed, and I assume some people will not like this.
if monaco supports it we have it. Wrapping long lines is more a formatting issue, and there are default values for that.
We use a barebone monaco editor with slight modifications.
Interesting. I did not know about Monaco. This is the one from Microsoft ? It’s the only editor I’ve used that formats correctly. It would be nice to have more shortcut keyboard presses on the option drop down menu. Only ctrl-s ? Should I put this in as an issue ? Cheers.
We will plan a revamp of the playground after the next major version, which will include more shortcuts and options. It will take time though, so we hope everyone has the patience to wait for it