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

MFront

MFront

|
5 installs
| (1) | Free
Adds syntax highlighting for MFront files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

MFront Syntax Highlighting

Adds syntax highlighting for MFront files in Visual Studio Code. Based on C++ syntax, this extension enhances the readability of .mfront files.

📦 Installation

From the VS Code Marketplace

  1. Open Visual Studio Code
  2. Go to the Extensions tab (Ctrl+Shift+X / Cmd+Shift+X on Mac)
  3. Search for MFront Syntax Highlighting
  4. Click Install

Manual Installation

  1. Download the generated .vsix file
  2. Install it using the following command:
    code --install-extension vscode-mfront-syntax.vsix
    

🛠 Features

  • 🌈 Syntax highlighting for .mfront files
  • 🔍 Support for MFront-specific keywords
  • 📜 Based on C++ syntax for better compatibility
  • 🚀 Auto-completion (in development)

🚀 Usage

Once the extension is installed, open a .mfront file in VS Code, and syntax highlighting will be applied automatically.

📢 Contribute

Contributions are welcome! To suggest improvements:

  1. Fork the repository
  2. Clone it locally:
    git clone https://github.com/maxence-wz/vscode-mfront.git
    
  3. Make your changes and submit a Pull Request

📜 License

This extension is released under the MIT License.


⭐ If you find this extension useful, consider leaving a star on GitHub!

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