{"id":22135674,"url":"https://github.com/litefeel/sublime-classname","last_synced_at":"2025-03-24T10:13:45.277Z","repository":{"id":11760286,"uuid":"14293794","full_name":"litefeel/Sublime-ClassName","owner":"litefeel","description":"copy class full name and package path to clipboard.","archived":false,"fork":false,"pushed_at":"2017-08-13T11:36:47.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T15:25:43.434Z","etag":null,"topics":["clipboard","sublime-text-plugin"],"latest_commit_sha":null,"homepage":"https://packagecontrol.io/packages/ClassName","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/litefeel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-11T06:55:30.000Z","updated_at":"2017-08-13T12:06:50.000Z","dependencies_parsed_at":"2022-09-13T13:12:30.329Z","dependency_job_id":null,"html_url":"https://github.com/litefeel/Sublime-ClassName","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litefeel%2FSublime-ClassName","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litefeel%2FSublime-ClassName/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litefeel%2FSublime-ClassName/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litefeel%2FSublime-ClassName/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litefeel","download_url":"https://codeload.github.com/litefeel/Sublime-ClassName/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245249222,"owners_count":20584497,"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":["clipboard","sublime-text-plugin"],"created_at":"2024-12-01T19:16:10.977Z","updated_at":"2025-03-24T10:13:45.244Z","avatar_url":"https://github.com/litefeel.png","language":"Python","funding_links":["https://www.paypal.me/litefeel/5usd"],"categories":[],"sub_categories":[],"readme":"# ClassName\n\n[![Build Status](https://travis-ci.org/litefeel/Sublime-ClassName.svg?branch=master)](https://travis-ci.org/litefeel/Sublime-ClassName)\n[![Build status](https://ci.appveyor.com/api/projects/status/40vjxtplhvw82aw8/branch/master?svg=true)](https://ci.appveyor.com/project/litefeel/sublime-ClassName/branch/master)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/litefeel/Sublime-ClassName/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/litefeel/Sublime-ClassName/?branch=master)\n[![codecov](https://codecov.io/gh/litefeel/Sublime-ClassName/branch/master/graph/badge.svg)](https://codecov.io/gh/litefeel/Sublime-ClassName)\n\u003ca href=\"https://packagecontrol.io/packages/ClassName\"\u003e\u003cimg src=\"https://packagecontrol.herokuapp.com/downloads/ClassName.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.paypal.me/litefeel/5usd\" title=\"Donate to this project using Paypal\"\u003e\u003cimg src=\"https://img.shields.io/badge/paypal-donate-blue.svg\" /\u003e\u003c/a\u003e\n\nClassName is a tiny and simple plugin for [Sublime Text](http://www.sublimetext.com) .\nIt copy class full name and package path to clipboard.\n\n### Installtion\n\n1. Install it using [Sublime Package Control](https://packagecontrol.io/installation).\n2. Run `Package Control: Install Package` command\n3. find and install ClassName plugin.\n\n### Usage\n\n- Right click to copy class name and package path\n- `Ctrl+Alt+C` to copy class name\n\n### Key Bindings\n\nDefault Key Bindings:\n~~~json5\n[\n    { \"keys\": [\"ctrl+alt+c\"], \"command\": \"classname_copy\" }\n]\n~~~\n\nChange key bindings via menu:  \n`Preferences \u003e Package Settings \u003e ClassName \u003e Key Bindings`\n\n### Settings\n\nDefault Settings:\n\n~~~json5\n{\n    // set this string as prefix of class name\n    \"classname_prefix\": \"\",\n    // set this string as namespace separator\n    \"namespace_separator\": \".\",\n    // set this string as suffix of class name\n    \"classname_suffix\": \"\"\n}\n~~~\n\nChange setting via menu:  \n`Preferences \u003e Package Settings \u003e ClassName \u003e Settings`\n\n### Frequently Asked Questions\n\n1. What is class full name?  \n   If the path of a file in the sidebar is `src/com/litefeel/MyClass.lua`,  \n   so the class full name is `com.litefeel.MyClass`.\n\n2. What is package path?  \n   If the path of a file in the sidebar is `src/com/litefeel/MyClass.lua`,  \n   so the package path is `com.litefeel`.\n\n### Related Links\n\nhomepage:\u003chttps://www.litefeel.com/sublime-classname/\u003e  \ngithub:\u003chttps://github.com/litefeel/Sublime-ClassName/\u003e  \nissues:\u003chttps://github.com/litefeel/Sublime-ClassName/issues\u003e  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitefeel%2Fsublime-classname","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flitefeel%2Fsublime-classname","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitefeel%2Fsublime-classname/lists"}