{"id":16208452,"url":"https://github.com/g-rath/fold-call-blocks-plugin","last_synced_at":"2025-03-19T08:30:46.147Z","repository":{"id":52683825,"uuid":"188104711","full_name":"G-Rath/fold-call-blocks-plugin","owner":"G-Rath","description":"IntelliJ plugin that lets you fold methods in Ruby \u0026 Javascript","archived":false,"fork":false,"pushed_at":"2021-04-07T20:43:16.000Z","size":128,"stargazers_count":8,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T16:56:49.630Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://plugins.jetbrains.com/plugin/13225-fold-call-blocks","language":"Java","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/G-Rath.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":"2019-05-22T19:55:49.000Z","updated_at":"2024-11-29T13:56:26.000Z","dependencies_parsed_at":"2022-08-22T05:01:37.388Z","dependency_job_id":null,"html_url":"https://github.com/G-Rath/fold-call-blocks-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G-Rath%2Ffold-call-blocks-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G-Rath%2Ffold-call-blocks-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G-Rath%2Ffold-call-blocks-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G-Rath%2Ffold-call-blocks-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/G-Rath","download_url":"https://codeload.github.com/G-Rath/fold-call-blocks-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243976469,"owners_count":20377691,"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":[],"created_at":"2024-10-10T10:17:00.062Z","updated_at":"2025-03-19T08:30:45.616Z","avatar_url":"https://github.com/G-Rath.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fold-call-blocks plugin\n\nIntelliJ plugin that lets you fold call blocks like region tags,\nusing the first argument of said call blocks as the placeholder text:\n\n```\nconst fn = \u003cT\u003e(p: T) =\u003e p;\n\ndescribe('top-level', () =\u003e {\n  describe('when passed a number', () =\u003e {\n    const value = 1;\n\n    it('returns a number', () =\u003e {\n      expect(typeof fn(value)).toBe('number');\n    });\n\n    it('returns the passed value', () =\u003e {\n      expect(fn(value)).toBe(value);\n    });\n  });\n  describe('when passed a boolean', () =\u003e {\n    const value = true;\n\n    it('returns a boolean', () =\u003e {\n      expect(typeof fn(value)).toBe('boolean');\n    });\n\n    it('returns the passed value', () =\u003e {\n      expect(fn(value)).toBe(value);\n    });\n  });\n  describe('when passed a string', () =\u003e {\n    const value = \"hello world\";\n\n    it('returns a string', () =\u003e {\n      expect(typeof fn(value)).toBe('string');\n    });\n\n    it('returns the passed value', () =\u003e {\n      expect(fn(value)).toBe(value);\n    });\n  });\n});\n```\n\n![folding example](./screenshot-1.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg-rath%2Ffold-call-blocks-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fg-rath%2Ffold-call-blocks-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg-rath%2Ffold-call-blocks-plugin/lists"}