> Command_Prompt_Blog \
  • Home
  • Acronyms
  • Cheat-Sheets
  • User Manuals

Visual Studio Code

How to create menu in Node.JS

How to create menu in Node.JS

From the times of my Borland C programming where we had a fixed-width terminal that never changed size I had come up with the following code in Node.JS to now make it dynamically adjustable. The following code is just a skeleton and may be adjusted to your needs. const
Hec P. 04 Nov 2024

Visual Studio Code Linux Installation

1. Go to https://code.visualstudio.com/Download 2. Download the .deb package for Debian, Ubuntu. 3. Go to the download folder. Right click on the file and select Open With Software Install (type your password if you are prompted for it). 4. In the pop-up window click on Install
Hec P. 28 Feb 2022

Markdown cheat sheet for Visual Studio Code

Here is a cheat sheet that I found somewhere that will work with Visual Studio Code MD files: "# README"  # Heading 1 ## Heading 2 ### Heading 3 #### Heading 4 ##### Heading 5 ###### Heading 6 *This text* is italic \*This text\* is not italic _This text_ is italic **This text** is strong
Hec P. 01 Nov 2020

How to activate ES6 in Visual Studio Code

I’ve been looking for this answer for several weeks. Here is how to do it. 1. Go to File > Preferences > Settings (or press Ctrl + ,) 2. Add the following code in the USER SETTINGS tab: "jshint.options": { "esversion": 6 } I have JSHint installed, if
Hec P. 29 Dec 2017
> Command_Prompt_Blog \ © 2026. Powered by Ghost