Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>AlbumEasy Stamps Syntax HighlightingNew to Visual Studio Code? Get it now.
AlbumEasy Stamps Syntax Highlighting

AlbumEasy Stamps Syntax Highlighting

Freddy Ouellette

|
14 installs
| (0) | Free
Syntax Highlighting for AlbumEasy Stamps Files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AlbumEasy Stamp Collection Syntax Highlighting

Created by Freddy Ouellette GitHub VS Code Extension Marketplace

AlbumEasy

Syntax Highlighting for the program "AlbumEasy", which is a way to programmatically make page designs for stamp albums.

I created this because I think editing these files in VS Code is easier and you get more tools to work with.

Installation

  • To enable the syntax highlighting for the current file, click on the "Language Mode" button in the toolbar to the bottom right of the VS Code window.
  • You can also rename your file to have the extension .stamps to automatically choose this highlighting.
  • TIP: Using the Trigger Task on Save extension, you can trigger a task to build the PDF on every save of the file. Add this to .vscode/tasks.json:
{
	"version": "2.0.0",
	"tasks": [
		{
			"label": "build",
			"type": "shell",
			"command": "/Applications/AlbumEasy.app/Contents/MacOS/AlbumEasy -c \"${file}\""
		}
	]
}
  • and add this to your vscode settings:
"triggerTaskOnSave.tasks": {
	"build" : [
		"*.stamps",
	]
},
  • TIP: Using the vscode-pdf extension, you can have the pdf open in the same window and see it refresh as you save the file.

Problems, Questions, Suggestions?

  • I encourage all issues or suggestions to be submitted through the Issues tab on GitHub.
  • Pull requests are welcome.

Support Me

Donate

Bitcoin: bc1qs39glh9cwsef0qv40dny6ajnweqe2le7ynfgr2

Ethereum: 0x5Baba8708b8676afBFF2974b4af4894Fc12aE242

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft