The things I am using :)
- Chair: AndaSeat T-Pro 2 (slightly customized)
- Table: custom 1900x1100x40mm tabletop with ergonomic 250mm cutout and height adjustment from 75сm to 115cm
- Monitor: 27" AOC Q27G2U/BK (x3)
- Monitor arm: Arctic Z3 Pro
- Sound: Thonet&Vander Dunn Soundbar
- Mouse: A4Tech X-710BK
- Keyboard: just a random one, really
- Data storage: WD Green SN350 (1Tb M.2 NVMe) + Samsung 980 PRO (256Gb M.2 NVMe)
- RAM: Kingston FURY Beast Black RGB - 16GB * 4 (64GB in total)
- Video card: GeForce RTX 3050 CORE
- CPU: Intel Core i5-12500
- Camera: Panasonic Lumix G7
- Camera lens: Sigma AF 16mm f/1.4 DC DN Contemporary Micro 4/3
- Camera stand: Table stand ZM-35Z
- Capture card: AverMedia Live Streamer CAP 4K
- Spare camera: Logitech 4K Ultra HD Webcam BRIO (not that bad, but not worth the money)
- Primary light: LED-800 ISA
- Softbox: Ambitful P60C
- Filler light: Ulanzi VL119
- Backlight: Yongnuo YN300 AIR II
- Background light: JBH FL-36 (x2)
- Microphone: Shure SM7B
- Microphone stand: Blue Compass
- Audio Interface: TC Helicon Go XLR Mini
- Headphones: Logitech G PRO X
- Windows 11 as OS;
- VSCode as a primary editor;
- Total Commander as a file manager;
- Figma as a desktop app;
- Obsidian for notes, ideas and so on;
- OBS as a video/screen recorder;
- Adobe Premiere as a video editor.
- Adblock Plus
- daily.dev
- ColorZilla
- File Icons for GitHub and GitLab
- Gismeteo
- JSON Viewer
- PageSpeed Insights (MV3)
- Validity
- Video Speed Controller
- Viewport Dimensions
- Wappalyzer - Technology profile
- WhatFont
- Editor: VSCode
- Theme: slightly customized Material-last
- Font: Courier New
Ctrl + Shift + P
- open developer toolbarCtrl + Shift + O
- jump to a symbol in the current fileCtrl + .
- quick actions (imports, fixes, refactoring)Ctrl + E
- go to fileCtrl + R
- open a projectCtrl + Shift + F
- switch sidebar to project-wide searchCtrl + Shift + E
- switch sidebar to file treeCtrl + Shift + /
- switch to closing/opening bracketCtrl + D
- duplicate string/lineAlt + ArrowUp/ArrowDown
- move the line of codeCtrl + [Shift] + U
- lowercase/uppercase selection (non-standard)Ctrl + F
,Ctrl + H
- file-wide search / replaceCtrl + K + [1-3]
- fold by indentationCtrl + Shift + A
- switch file viaAlternate file
extension
Some obvious extensions like ESLint, Stylelint, framework extensions and so on are intentionally omitted here - only what might be niche is listed.
- Alternate File to quickly switch between related files;
- Batch rename to bulk rename a group of files;
- Bookmarks for bookmarking code;
- Code Spell Checker for spell check (please stop misspellig)
- CodeSnap for code screenshots that I use in videos;
- ErrorLens to make the mistakes really noticeable;
- filesize can be useful when you're thinking about optimizing;
- Import Cost to avoid accidentally importing in half a megabyte of code;
- SVG Previewer - displays SVG directly in the editor;
- TODO Highlight Allows me not to forget about TODO comments (ha ha);
- WakaTime collects information on working hours.
I'd recommend to use:
- Swiper.js for any sliders;
- Air-datepicker for date/datetime pickers;
- Floating-UI to work with floating elements;
- Lefthook as a Git hooks manager;
- Maskito to work with text field masks.
- Deepl.com as a primary translator;
- Reverso as a context-based translator;
- Regex101 for realtime regex testing;
- arethetypeswrong for checking the types of your package.