Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>jBaseNew to Visual Studio Code? Get it now.
jBase

jBase

amret

|
18 installs
| (0) | Free
multi value database management system
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Features

This extension includes the following features:

  • Feature
    • Code Format
    • Code Diagnose

Usage

To automatically format files starting with I_ as JBase in VS Code:

  • Open VS Code Settings: Go to File > Preferences > Settings (or Code > Preferences > Settings).
  • Search "File Associations": Find the Files: Associations setting and click "Edit in settings.json".
  • Add this line to the JSON:
{
	"files.associations": {
		"I_*": "jbase",
		// ...other associations...
	}
}
  • Save settings.json.

Now, files starting with I_ will be recognized as JBase and auto-formatted on save (if enabled).

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