{"id":31678914,"url":"https://github.com/andrew-codechimp/vscode-lmsslim-snippets","last_synced_at":"2025-10-08T06:20:10.193Z","repository":{"id":74499213,"uuid":"206079330","full_name":"andrew-codechimp/vscode-lmsslim-snippets","owner":"andrew-codechimp","description":"LMS SLIM Framework \u0026 Perl Snippet Extension for VSCode","archived":false,"fork":false,"pushed_at":"2025-09-03T10:03:50.000Z","size":37,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-02T00:33:39.673Z","etag":null,"topics":["published","snippets","vscode-extension","vscode-snippets"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrew-codechimp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-09-03T13:05:03.000Z","updated_at":"2025-09-03T10:04:56.000Z","dependencies_parsed_at":"2025-09-03T12:09:02.288Z","dependency_job_id":"fe2c3625-c353-41bd-9349-4f2a9b10c0c2","html_url":"https://github.com/andrew-codechimp/vscode-lmsslim-snippets","commit_stats":null,"previous_names":["andrew-codechimp/vscode-lmsslim-snippets"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrew-codechimp/vscode-lmsslim-snippets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrew-codechimp%2Fvscode-lmsslim-snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrew-codechimp%2Fvscode-lmsslim-snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrew-codechimp%2Fvscode-lmsslim-snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrew-codechimp%2Fvscode-lmsslim-snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrew-codechimp","download_url":"https://codeload.github.com/andrew-codechimp/vscode-lmsslim-snippets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrew-codechimp%2Fvscode-lmsslim-snippets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278899340,"owners_count":26065173,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["published","snippets","vscode-extension","vscode-snippets"],"created_at":"2025-10-08T06:20:05.491Z","updated_at":"2025-10-08T06:20:10.186Z","avatar_url":"https://github.com/andrew-codechimp.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# LMS Slim Snippets\n\nSnippets for Lyrion Media Server (formerly Logitech Media Server) dev, provides both perl and html snippets to help with common slim dev tasks.\n\n## Installation\n\nType `cmd + shift + p` to launch command palette and choose `Extensions: Install Extension`. Search for `lms slim snippets` and install.\n\nInstallation link (if your are not seeing this from inside VSCode): https://marketplace.visualstudio.com/items?itemName=codechimp.lmsslim-snippets\n\n## Snippets\n\nBelow is a list of all available snippets and the triggers of each one. The **⇥** means the `TAB` key.\n\n### Slim Perl\n\n| Trigger         | Content              |\n| --------------- | -------------------- |\n| `slimloguse⇥`   | import slim log      |\n| `slimloginit⇥`  | init the log         |\n| `slimlogdebug⇥` | create a debug log   |\n| `slimloginfo⇥`  | create an info log   |\n| `slimlogwarn⇥`  | create a warning log |\n| `slimlogerror⇥` | create an error log  |\n\n### Slim HTML\n\n| Trigger                     | Content                     |\n| --------------------------- | --------------------------- |\n| `slimsettingtitle⇥`         | create a title wrapper      |\n| `slimsettinginputtext⇥`     | create a text input wrapper |\n| `slimsettinginputcheckbox⇥` | creates a checkbox wrapper  |\n\n### Perl\n\n| Trigger       | Content                        |\n| ------------- | ------------------------------ |\n| `if⇥`         | creates an if block            |\n| `for⇥`        | creates a for block            |\n| `argsclass⇥`  | creates class method arguments |\n| `argsobject⇥` | creates object arguments       |\n\n## Modifying\n\nIf you want to add/modify snippets you can find this extension in\n\n- Windows %USERPROFILE%\\\\.vscode\\\\extensions\\\\codechimp.lmsslim-snippets-VERSION\n- macOS ~/.vscode/extensions/codechimp.lmsslim-snippets-VERSION\n- Linux ~/.vscode/extensions/lcodechimp.lmsslim-snippets-VERSION\n\nWithin the snippets folder modify the appropriate json file and reload VSCode to pick up the changes.\n\nIf your change is useful to others then consider a pull request to get it added to this extension, you can find the source repository at https://github.com/andrew-codechimp/vscode-lmsslim-snippets\n\n## Release Notes\n\n### 1.0.1\n\nRename to Lyrion\n\n### 1.0.0\n\nInitial release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrew-codechimp%2Fvscode-lmsslim-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrew-codechimp%2Fvscode-lmsslim-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrew-codechimp%2Fvscode-lmsslim-snippets/lists"}