{"id":19377999,"url":"https://github.com/hamolicious/fillin-it","last_synced_at":"2026-01-28T11:32:01.438Z","repository":{"id":42208144,"uuid":"346698933","full_name":"hamolicious/Fillin-it","owner":"hamolicious","description":"A VSCode extension that will automatically fill in the __init__() method using the provided arguments","archived":false,"fork":false,"pushed_at":"2023-07-19T01:44:22.000Z","size":1295,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-03T02:11:30.369Z","etag":null,"topics":["extension","visual-studio-code","visual-studio-extension","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=Hamolicious.fillinit","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hamolicious.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}},"created_at":"2021-03-11T12:45:27.000Z","updated_at":"2023-03-12T18:58:52.000Z","dependencies_parsed_at":"2025-01-20T05:50:41.969Z","dependency_job_id":null,"html_url":"https://github.com/hamolicious/Fillin-it","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hamolicious/Fillin-it","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamolicious%2FFillin-it","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamolicious%2FFillin-it/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamolicious%2FFillin-it/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamolicious%2FFillin-it/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hamolicious","download_url":"https://codeload.github.com/hamolicious/Fillin-it/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamolicious%2FFillin-it/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28845089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T10:53:21.605Z","status":"ssl_error","status_checked_at":"2026-01-28T10:53:20.789Z","response_time":57,"last_error":"SSL_read: 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":["extension","visual-studio-code","visual-studio-extension","vscode","vscode-extension"],"created_at":"2024-11-10T09:04:27.909Z","updated_at":"2026-01-28T11:32:01.433Z","avatar_url":"https://github.com/hamolicious.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fillin' it\n\n**I no longer use VSCode and therefore will not be maintaining this package.**\n\n**There is a new [market place page and download](https://marketplace.visualstudio.com/items?itemName=Hamolicious.fillinit)**\n\n[![made-for-VSCode](https://img.shields.io/badge/Made%20for-VSCode-1f425f.svg)](https://code.visualstudio.com/)\n[![Badge for rating for Visual Studio Code extension Hamolicious.fillinit](https://vsmarketplacebadge.apphb.com/rating/Hamolicious.fillinit.svg)](https://marketplace.visualstudio.com/items?itemName=Hamolicious.fillinit)\n![maintained? yes boss!](https://img.shields.io/badge/Maintained%3F-no-red.svg)\n\nA VSCode extension that will automatically fill in the ```__init__()``` method using the provided arguments\n![GIF preview of the extension](https://github.com/hamolicious/Fillin-it/blob/master/images/preview.gif?raw=true)\n\n## Features\n\nFills out the ```__init__()``` method with the passed in arguments\n```python\nclass SomeClass:\n\tdef __init__(self, arg1, arg2, arg3):\n\t\tself.arg1 = arg1\n\t\tself.arg2 = arg2\n\t\tself.arg3 = arg3\n```\n\n## How to use\nType out a class like so:\n```python\nclass SomeClass:\n\tdef __init__(self, arg1, arg2, arg3):\n```\nand leave the cursor somewhere in the vicinity of the dunder method\n\nThen open the command pallete in VSCode and type \"```Fill init```\", hit enter and the class will be filled in... alternatively, you can asign a keybind to the command and use a keybind to fill in the class.\n\n## Requirements\n*currently not applicable*\n\n## Extension Settings\n* `fillinit.maxSearchSize` : The maximum amount of lines to search for a ```__init__``` method (centered around the cursor)\n\n## Known Issues\n* ~~Optional arguments containing lists are not parsed correctly i.e. `arg1=[255, 255, 255]`~~\n\n## TODO\n- [ ] Add a testing framework and write unit tests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamolicious%2Ffillin-it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhamolicious%2Ffillin-it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamolicious%2Ffillin-it/lists"}