Mama Lang Extension for Visual Studio Code Overview The Mama Lang Extension for Visual Studio Code provides language support for Mama Lang, a toy language built on top of JavaScript. This extension enhances your development experience by offering syntax highlighting, autocompletion, and other features specific to Mama Lang within the Visual Studio Code environment. Features Syntax Highlighting: Easily distinguish Mama Lang syntax from JavaScript with color-coded highlighting. Autocompletion: Speed up your coding with autocompletion suggestions tailored to Mama Lang keywords and constructs. Language Configuration: Fine-tune the behavior of your Mama Lang code within Visual Studio Code using language configuration settings. Installation Open Visual Studio Code. Navigate to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or pressing Ctrl+Shift+X. Search for "Mama Lang" in the Extensions view search bar. Click on the "Install" button for the Mama Lang extension. Usage Open a file with a .mama extension or explicitly set the language mode to Mama Lang using the language mode selector in the lower-right corner of the window. Start writing Mama Lang code, and enjoy the enhanced language support features. Configuration You can configure the Mama Lang extension by modifying the mama-lang.config section in your VS Code settings. Here are some available configurations: mama-lang.enableAutocompletion: Enable or disable autocompletion features. (Default: true) |