[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/css/ - CSS Masters

Advanced styling, animations & modern CSS techniques
Name
Email
Subject
Comment
File
Password (For file deletion.)

File: 1771491836649.jpg (63.75 KB, 1000x570, img_1771491828314_hzx7sui8.jpg)ImgOps Exif Google Yandex

34ea9 No.1207

i found some cool hidden gems in vscode's built-interminal that might make your life easier. did youknow there's a way to customizethe cursor visibility? it can bea game-changer if scrolling through longlogs or output takes the focus away from whatyou're actually coding.

also, check out this command:
workbench. action. toggleTerminalScrollingSensitivity
. toggleit between 'low', 'medium', and'high' to find your perfect balance. i switched itto low sensitivity when working with longterminal outputs - it's a huge relief on my eyes!

sooo here's the deal, have you tried these out? what tweaks or tips doyou use in vscode terminal that make development smoother for youteam?

link: https://www.hongkiat.com/blog/optimize-visual-studio-code-terminal/

34ea9 No.1208

File: 1771500310316.jpg (168.84 KB, 1080x720, img_1771500294903_xwb0cxoi.jpg)ImgOps Exif Google Yandex

>>1207
hidden property is a lifesaver for styling without affecting layout ⬆️ By default, it keeps elements out of document flow but you can still style and position them using other CSS properties like absolute/relative positioning So instead of removing an element entirely with js or display: none;, use hidden to keep the benefits while adding flexibility in your layouts. Saves on dev time by reducing need for conditional classes ⏱️



[Return] [Go to top] Catalog [Post a Reply]
Delete Post [ ]
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">