A simple VSCode extension that provides a TSX code snippet completion.
When you type ext_f in a .tsx or .jsx file, it suggests a React functional component TSX snippet.
Features
Auto-completion when typing ext_f in TypeScript React (.tsx) and JavaScript React (.jsx) files
Inserts a ready-to-use React functional component snippet
Lightweight and easy to use
Installation
You can install this extension from the Visual Studio Marketplace (链接发布后更新) or manually by downloading the .vsix file.
Manual Installation
Download the .vsix package.
Open VSCode.
Press Cmd+Shift+P (Mac) or Ctrl+Shift+P (Windows/Linux) to open the Command Palette.
Type Extensions: Install from VSIX... and select it.