VSCode FE HelperUsageAll the features are used by run command. You can show command plate by keyboard shortcut ctrl+⇧+P on Windows or ⌘+⇧+P on MacOS. All commands provided by this extension is prefixed with FeaturesRemove Commentscommand: supported languages:
Transform ECMAScript SyntaxCommand: For now, supports:
Remove TypeScript TypesCommand
Pluralizecommand: Pluralize all the words selected in current active editor. Remove Irregular WhitespaceCommand: Sometime I copy description from LeetCode problem and paste into VSCode, but there are some irregular whitespace in the text. For that time, this feature is very useful and convenient. Transform Color FormatCommand: supported formats:
Paste JSON as ObjectYou can copy JSON content, and paste as JavaScript code. The principle behind this functionality is very simple:
SpaceGodFor Chinese users, there should be space between English word, number, and punctuation. It's very convenient to add space between them by command Other Useful FrontEnd Tools Commands
JS Unicode Previewcheck vscode-js-unicode-preview for more details: settings:
Check Jsx Extensionsettings:
Goto Declarationcommand: only for javascript/typescript/javascriptreact/typescriptreact file. Unlike built-in If can't find the declaration, will try to find the first highlight of the identifier. My extensions
Check all here: publishers/YuTengjing |