▒▓█ Vscode

CHRONOLOGICAL TIMELINE ▀ MY FIRST SIGNIFICANT FRONTEND SNIPPET PROJECT

CHRONOLOGICAL TIMELINE ▀ MY FIRST SIGNIFICANT FRONTEND SNIPPET PROJECT

Adaptive timeline of chronological events. Written from scratch. Used software: [Windows 7 x64 ESU] , [VSCodium 1.93] , [Firefox 115.17 ESR] . Technology stack: plain HTML/CSS/JS. Main features: Lightweight: no frameworks used, pure code Adaptive design: desktop & mobile Smooth resizing & interactive animations Timeline slides can be changed using multiple inputs: GUI interactions [dots, arrow buttons, clicks] keyboard arrows [ ◄ / ► / ▲ / ] mouse wheel [ ▲ / ▼] touchscreen swipes [Github repo] ◄ source code located there [Live Demo] ◄ live demo of the project
THE PLACE OF MY WEB DEV EXPERIMENTS IS LOCATED HERE

THE PLACE OF MY WEB DEV EXPERIMENTS IS LOCATED HERE

In the last couple of years I dedicated most of my free time to self-learning the barebones of modern web technology, things like: HTML, CSS, JS, WEBPACK, PUG, various frameworks like Hugo and other web tech trickery. For those of you who are interested, here is my [Github page] . Who knows where the VScode will take me? I hope that these technologies will be a nice addition to my knowledge of raster & vector software, which I use as an [active microstocker] .
CUSTOM RETROWAVE 84 THEME FOR VS CODE

CUSTOM RETROWAVE 84 THEME FOR VS CODE

No posts about VS Code for so long time? This should be fixed. Today i’ll do a little note regarding visual looks of the editor. Honestly, I already have my personalized theme. But after seeing [Retrowave84’s skin] , I was so impressed with the overall aesthetics and correctly set glow and shadow effects, that I decided to stack it on my own theme, to get the best things from both of them.
USEFUL PLUGINS FOR VSCODE

USEFUL PLUGINS FOR VSCODE

UPDATED ON: 2024-09-06 Here is a collection of plugins for VS Code, which can improve coding workflow dramatically. Currently i’m using [Codium] , it is an open-source fork of VS Code, that is why provided links are heading to [non-ms marketplace] . BENEFITS: performance optimized telemetry can be completely turned off no network connections to servers of evil corpo can be executed on Windows 7 machine [v1.87] FAVORITE PLUGINS:
VS CODE KEYBOARD HACKS WILL BE POSTED HERE

VS CODE KEYBOARD HACKS WILL BE POSTED HERE

UPDATED ON: 2024-04-05 All keyboard hacks and tweaks will be posted here. Stay tuned for more goodies! THE MAIN PURPOSE OF THIS LITTLE ACCUMULATION IS TO REMOVE MOUSE FROM CODING WORKFLOW. Remember to separate rules with comas. Like this: [ { "key": "alt+numpad_subtract", "command": "workbench.action.decreaseViewSize" }, { "key": "alt+numpad_add", "command": "workbench.action.increaseViewSize" }, { "key": "ctrl+shift+b", "command": "workbench.action.toggleActivityBarVisibility" } ] Last rule-set do not contain coma symbol in the end.
ESSENTIAL VSCODE SHORTCUTS TO SPEED UP YOUR WORKFLOW DRAMATICALLY

ESSENTIAL VSCODE SHORTCUTS TO SPEED UP YOUR WORKFLOW DRAMATICALLY

UPDATED ON: 2024-04-05 Here is a small list of mandatory keystrokes, which significantly speed up working process! NOTE! ++[KEY] ► means that you must release previously pressed keys upon pressing it NAVIGATION [CTRL]+[SHIFT]+[N] ► new editor instance [CTRL]+[K]+[CTRL]+[O] ► open folder [CTRL]+[K]++[F] ► close folder [ALT]+[L]+[ALT]+[O] ► open in browser [CTRL]+[W] ► close current tab [CTRL]+[K]++[W] ► close all tabs [ALT]+[1]/[2]/[3] ► fast-switch to diffrenet tabs [CTRL]+[1]/[2] ► fast-switch between panels
HOW TO SET PROPER COLOR FOR CURSOR AND COMMENTS IN VSCODE EDITOR

HOW TO SET PROPER COLOR FOR CURSOR AND COMMENTS IN VSCODE EDITOR

UPDATED ON: 2023-12-02 The main reason i’ve decided to write this note is indistinct default color mappings and inability to solve issue simply using GUI of software. In main configuration file: settings.json add following lines: "workbench.colorCustomizations": { "editorCursor.foreground": "#ff0000", "terminalCursor.foreground": "#02ED3D", "editorLineNumber.activeForeground": "#ff0000", "editor.lineHighlightBackground": "#016119", "editor.lineHighlightBorder": "#02ED3D", "terminal.foreground": "#02ed3d" }, To set custom color for GREY comments drop in these lines: "editor.tokenColorCustomizations": { "conmments": "#ff006f" } To fast access configuration file press:
HOW TO RUN LATEST VS CODE IN WINDOWS 7 X64

HOW TO RUN LATEST VS CODE IN WINDOWS 7 X64

UPDATED ON: 2024-07-05 v1.81.1 is a more recent version, which can be executed without any efforts v1.89 is a hacked [FINAL version] for Windows 7 x64 So, Windows 7 users are pretty safe at this point despite artificial restrictions of big corps. Usually i’m not feeling so delightful regarding microsoft modern programs, but this one is pretty good. And of course they tried to artificially cripple it under “obsolete” Windows 7.

▀ BACK TO HOME PAGE ▀