{"id":32125037,"url":"https://github.com/mrpineapples/wrap-log-simple","last_synced_at":"2026-02-20T18:32:27.324Z","repository":{"id":127635972,"uuid":"479524823","full_name":"mrpineapples/wrap-log-simple","owner":"mrpineapples","description":"Wrap your variables in VSCode using any language ","archived":false,"fork":false,"pushed_at":"2024-03-07T20:15:41.000Z","size":125,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T22:11:53.648Z","etag":null,"topics":["golang","javascript","keyboard-shortcuts","logging","python","ruby","typescript","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=mrpineapples.wrap-log-simple","language":"TypeScript","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/mrpineapples.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}},"created_at":"2022-04-08T20:09:04.000Z","updated_at":"2023-03-07T21:36:31.000Z","dependencies_parsed_at":"2023-08-17T00:15:14.474Z","dependency_job_id":null,"html_url":"https://github.com/mrpineapples/wrap-log-simple","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mrpineapples/wrap-log-simple","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrpineapples%2Fwrap-log-simple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrpineapples%2Fwrap-log-simple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrpineapples%2Fwrap-log-simple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrpineapples%2Fwrap-log-simple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrpineapples","download_url":"https://codeload.github.com/mrpineapples/wrap-log-simple/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrpineapples%2Fwrap-log-simple/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29660039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T16:33:43.953Z","status":"ssl_error","status_checked_at":"2026-02-20T16:33:43.598Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["golang","javascript","keyboard-shortcuts","logging","python","ruby","typescript","vscode-extension"],"created_at":"2025-10-20T22:08:27.856Z","updated_at":"2026-02-20T18:32:27.310Z","avatar_url":"https://github.com/mrpineapples.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wrap Log Simple\n\nA super simple way to log variables in VSCode regardless of your language!\n\nThis was originally developed here https://github.com/midnightsyntax/vscode-wrap-console-log\n\n# Features\n\nThis extension will read the word under your cursor and insert it into the log function (`console.log` by default)\n\n```\nalt (option on mac) + L: console.log(\"variable\");\n\ncmd + L: console.log(\"variable\", variable);\n```\n\nNot using Javascript? No problem! Wrap Log Simple can be modified on a per-language basis by updating your `settings.json`.\nExample using Go:\n\n```json\n\"[go]\": {\n    \"wrap-log-simple.functionName\": \"fmt.Println\",\n    \"wrap-log-simple.useSemicolon\": false,\n    \"wrap-log-simple.useSingleQuotes\": false,\n},\n```\n\nWill output\n\n```go\nfunc main() {\n    l := \"log\"\n    fmt.Println(l) // alt + L\n    fmt.Println(\"l\", l) // cmd + L\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrpineapples%2Fwrap-log-simple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrpineapples%2Fwrap-log-simple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrpineapples%2Fwrap-log-simple/lists"}