CoderTreasure
A fun game extension for VSCode with customizable symbols and keyboard shortcuts.
Plugin developer Qinhan
Features
- Play a memory game (连连看) within VSCode.
- Customize game symbols (e.g., fruits, brackets, keywords).
- Use keyboard shortcuts to quickly access commands.
Usage
1. Using Keyboard Shortcuts
You can use the following keyboard shortcuts to access the commands directly:
- Ctrl + Alt + H (
codertreasure.helloWorld ): Display a hello message.
- Ctrl + Alt + D (
codertreasure.NowDate ): Display the current date.
- Ctrl + Alt + S (
codertreasure.start ): Start the game.
2. Using the Command Palette
- Open the command palette (
Ctrl+Shift+P or Cmd+Shift+P ).
- Type the command name and select it:
Hello VS Code (codertreasure.helloWorld )
Now Date (codertreasure.NowDate )
Start new coding (codertreasure.start )
- Enjoy the game!
3. Customizing Symbols
You can customize the game symbols by selecting different symbol sets from the game panel:
- Fruits: Default fruit symbols.
- Brackets: Programming brackets (e.g.,
{} , () , [] ).
- Keywords: Programming keywords (e.g.,
def , function , class ).
Contributing
If you encounter any issues or have suggestions for improvement, feel free to open an issue or pull request.
License
MIT License
Example

| |