There is an official one, it can be supported and maintained better than this one :)
- https://github.com/fregante/GhostText-for-VSCode
- https://marketplace.visualstudio.com/items?itemName=fregante.ghost-text
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.
- Firefox: https://addons.mozilla.org/en-US/firefox/addon/ghosttext/
- Chrome: https://chrome.google.com/webstore/detail/ghosttext/godiecgffnchndlihlpaajjcplehddca
- very handy for leetcode grocking
- autostarts with vscode
- have a settings to change temp file suffix. Defaul is: java
"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
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
ext install samoylenkodmitry.vscodeghosttext