I still get a chuckle out of this example. #repostfriday AI for doc comments. https://blog.ploeh.dk/2023/07/10/ai-for-doc-comments
| Website | https://blog.ploeh.dk |
| Website | https://blog.ploeh.dk |
TIL how to FOCUS the Visual Studio Code hover window.
I've long known that Ctrl+k,Ctrl+i shows hover information (e.g. type, documentation), but this hover window sometimes contains so much text that you have to scroll it. How to do that without the mouse? Press Ctrl+k,Ctrl+i again! Now use arrow keys, PgUp, or PgDn to scroll.
I'm trying to post a Disqus comment to a blog post. The comment includes some Python code, but when I post the comment, all indentation is lost.
Bit of a problem, since Python has significant white-space. The highlighted code should be indented.
Does anyone know how to solve?