{"id":14963691,"url":"https://github.com/davqq/mahappsiconpackpreview","last_synced_at":"2025-10-25T02:31:10.280Z","repository":{"id":251628833,"uuid":"837968311","full_name":"davqq/MahAppsIconPackPreview","owner":"davqq","description":"Simplify your workflow with real-time icon visualization.","archived":false,"fork":false,"pushed_at":"2025-01-26T17:48:39.000Z","size":25258,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-26T18:32:39.821Z","etag":null,"topics":["csharp","extension","icons","mahapps","material-ui","visual-studio","workflow","wpf"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=davq.MahAppsIconPackPreview","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davqq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-04T15:14:36.000Z","updated_at":"2025-01-26T17:48:37.000Z","dependencies_parsed_at":"2024-12-17T20:28:05.944Z","dependency_job_id":"3bec3490-3588-4ceb-b05a-7af1c7abcddc","html_url":"https://github.com/davqq/MahAppsIconPackPreview","commit_stats":{"total_commits":51,"total_committers":2,"mean_commits":25.5,"dds":0.4117647058823529,"last_synced_commit":"5d4a0ac5d6d9225ac2ff210203af275fac5e8f0f"},"previous_names":["davqq/mahappsiconpackpreview"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davqq%2FMahAppsIconPackPreview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davqq%2FMahAppsIconPackPreview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davqq%2FMahAppsIconPackPreview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davqq%2FMahAppsIconPackPreview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davqq","download_url":"https://codeload.github.com/davqq/MahAppsIconPackPreview/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238065141,"owners_count":19410587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","extension","icons","mahapps","material-ui","visual-studio","workflow","wpf"],"created_at":"2024-09-24T13:32:00.454Z","updated_at":"2025-10-25T02:31:04.925Z","avatar_url":"https://github.com/davqq.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MahApps.IconPack Preview Extension\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![Platform](https://img.shields.io/badge/platform-.NET-blue.svg)](https://dotnet.microsoft.com/)\n[![NuGet](https://img.shields.io/nuget/v/MahApps.Metro.IconPacks.svg)](https://www.nuget.org/packages/MahApps.Metro.IconPacks)\n\n## Overview\n\nThe **MahApps.IconPack Preview Extension** is a Visual Studio Code extension that provides an instant preview of icons from the [MahApps.Metro.IconPacks](https://github.com/MahApps/MahApps.Metro.IconPacks) directly in your code. This extension is designed to streamline the development process by offering a visual representation of icons right within your development environment.\n\n## Features\n\n- **Real-time Icon Preview**: Displays a preview of the icons as you work in the code.\n- **Support for all MahApps.IconPacks**: Compatible with all icon packs available in MahApps.Metro.IconPacks.\n- **Easy Integration**: Simply add the extension to your Visual Studio Code to start seeing previews instantly.\n\n## Installation\n\nTo install the MahApps.IconPack Preview Extension, follow these steps:\n\n1. Open Visual Studio Code.\n2. Go to the Extensions view (`Ctrl+Shift+X`).\n3. Search for `MahApps.IconPack Preview`.\n4. Click `Install` to add the extension to your editor.\n   Alternatively, you can install the extension directly from the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=davq.MahAppsIconPackPreview).\n\n## Usage\n\n1. After installing the extension, open any `.cs` or `.xaml` file that uses MahApps.Metro.IconPacks.\n2. When you enter an icon key (e.g., `PackIconModernKind.Settings`, `Kind=Settings`) in your code, a preview of the corresponding icon will appear.\n3. Hover over the icon, and a tooltip will appear displaying the icon in a larger size.\n\n## ⚠️Warning⚠️\n\nEnsure that the version of the MahApps.IconPack Preview Extension matches the version of the installed NuGet package for MahApps.Metro.IconPacks in your project. Using mismatched versions might result in incorrect or missing icon previews.\n\n## Examples\n\nHere are some examples of how the preview might appear in your code:\n\n![image](https://github.com/user-attachments/assets/a1fc4e69-d738-4ba0-8b0c-825b5f5c9ec2)\n![image](https://github.com/user-attachments/assets/eaeeb437-4384-458f-bf04-91af2a93758b)\n\nWhen you hover over the icon, the corresponding icon will be displayed.\n\n## Support \u0026 Feedback\n\nIf you encounter any issues or have feedback about the extension, please open an Issue in the repository. We value your contributions and look forward to improving the extension together.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Acknowledgements\n\nThis extension was inspired by the excellent work on [MahApps.Metro.IconPacks](https://github.com/MahApps/MahApps.Metro.IconPacks). Many thanks to the original developers!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavqq%2Fmahappsiconpackpreview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavqq%2Fmahappsiconpackpreview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavqq%2Fmahappsiconpackpreview/lists"}