MaskMeisterMaskMeister is a Visual Studio Code extension that allows you to mask and unmask code by replacing sensitive information with placeholders. This helps protect sensitive data when sharing code snippets with others. Features
Usage
Example keywords.json
ConfigurationYou can configure the keywords and the path to the keywords file in your VS Code settings. Open your settings and search for "masked-code" to find the available options. Add Configuration to User SettingsTo add the configuration to your user settings in Visual Studio Code, include the following line: Press Add the desired key-value pair using the correct JSON syntax. For example, to add the "maskmeister.keywordsFilePath" setting, you would add the following line:
Make sure to adjust the file path according to your system's directory structure. ContributingIf you'd like to contribute to MaskMeister, please submit issues or pull requests on the GitHub repository. LicenseMIT License |