An open API service indexing awesome lists of open source software.

https://github.com/tirth-2001/identify-duplicate-properties-vscode-extension

Identiy Duplicate Properties
https://github.com/tirth-2001/identify-duplicate-properties-vscode-extension

deployment java vscode-extension

Last synced: 3 months ago
JSON representation

Identiy Duplicate Properties

Awesome Lists containing this project

README

          

# 🚀 Identify Duplicate Properties

**Identify Duplicate Properties** is a VS Code extension that helps you identify and highlight duplicate property keys in your properties files. 🧐

[![Version](https://img.shields.io/visual-studio-marketplace/v/tirthpatel.identify-duplicate-properties)](https://marketplace.visualstudio.com/items?itemName=tirthpatel.identify-duplicate-properties)
[![Installs](https://img.shields.io/visual-studio-marketplace/i/tirthpatel.identify-duplicate-properties)](https://marketplace.visualstudio.com/items?itemName=tirthpatel.identify-duplicate-properties)

![Demo](https://raw.githubusercontent.com/tirth-2001/identify-duplicate-properties-vscode-extension/main/assets/demo.png)

## ✨ Features

- **Duplicate Key Highlighting:** Automatically highlights duplicate property keys in properties files. 🔍
- **Real-Time Updates:** Updates the error highlights in real-time as you modify the current file or change the file. 🔄

## 💡 How to Use

1. 📦 Install the extension from the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=tirthpatel.identify-duplicate-properties).
2. 👉 Open any `.properties` file in the editor.
3. 🚀 To check for duplicates and highlight them, run the "Duplicate: Toggle Realtime Duplicate Properties Check" command from the Command Palette (`Ctrl+Shift+P`).
4. 🚨 Duplicated property keys will be highlighted with red wavy underlines.

## 🐞 Bug Reports and Feature Requests

If you encounter any bugs or have suggestions for new features, please create an issue on [GitHub](https://github.com/tirth-2001/identify-duplicate-properties-vscode-extension).

## 📜 License

This extension is licensed under the MIT License.

## 👨‍💻 Developer

Made with ❤️ from India
By [Tirth Patel](https://tirth-patel.vercel.app)
Github - [tirth-2001](https://github.com/tirth-2001)

---

**Enjoy using extension!** If you find it helpful, consider [leaving a review](https://marketplace.visualstudio.com/items?itemName=tirthpatel.identify-duplicate-properties&ssr=false#review-details). Your feedback is highly appreciated.