/vscodeghosttext

GhostText plugin for VSCode. Edit text in browser from IDE (VSCode)

Primary LanguageJavaScript

This is not official extension

There is an official one, it can be supported and maintained better than this one :)

vscodeghosttext GhostText extension

ghost_vscode_demo

https://marketplace.visualstudio.com/items?itemName=samoylenkodmitry.vscodeghosttext

This is an extension for Visual Studio Code https://code.visualstudio.com/.

It also requires GhostText plugin installed in your browser. But default GhostText extension for VSCode is limited and require extra steps to turn on.

Features

  • very handy for leetcode grocking
  • autostarts with vscode
  • have a settings to change temp file suffix. Defaul is: java

Extension Settings

				"properties": {
					"tmpFileSuffix":{
						"type":"string",
						"default":".java",
						"description": "Suffix for a temporary filename. Default: '.java'",
						"scope": "window"
					}
				}

This extension contributes the following settings:

  • tmpFileSuffix: suffix for temp file

Installation

Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

ext install samoylenkodmitry.vscodeghosttext