{"id":19376314,"url":"https://github.com/cobinja/cobisymboloutline","last_synced_at":"2025-10-16T11:41:16.500Z","repository":{"id":146960381,"uuid":"162435758","full_name":"Cobinja/CobiSymbolOutline","owner":"Cobinja","description":"A symbol outline tree provider for VSCode","archived":false,"fork":false,"pushed_at":"2020-08-15T10:09:42.000Z","size":74,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T15:52:39.286Z","etag":null,"topics":["outline","symbol-tree-provider","symbols","visual-studio","vscode"],"latest_commit_sha":null,"homepage":null,"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/Cobinja.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":"2018-12-19T12:41:08.000Z","updated_at":"2023-10-16T02:35:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1959ff7-003d-4965-a5b0-6c95b03d8975","html_url":"https://github.com/Cobinja/CobiSymbolOutline","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Cobinja/CobiSymbolOutline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cobinja%2FCobiSymbolOutline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cobinja%2FCobiSymbolOutline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cobinja%2FCobiSymbolOutline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cobinja%2FCobiSymbolOutline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cobinja","download_url":"https://codeload.github.com/Cobinja/CobiSymbolOutline/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cobinja%2FCobiSymbolOutline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279184683,"owners_count":26121683,"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-16T02:00:06.019Z","response_time":53,"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":["outline","symbol-tree-provider","symbols","visual-studio","vscode"],"created_at":"2024-11-10T08:43:26.711Z","updated_at":"2025-10-16T11:41:16.485Z","avatar_url":"https://github.com/Cobinja.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CobiSymbolOutline -- A symbol tree provider for Visual Studio Code\n\nThis is a fork of the deprecated and unpublished Visual Studio Code extension vscode-code-outline by https://github.com/patrys\n\n## Features\n\nDisplays a symbol outline tree accessible via the activity bar.\n\n## Language Support\n\nFor the outline to work, the language support plugins need to support symbol information.\n\nFor the outline to form a tree structure, the language support plugins need to report the entire definition range as part of the symbol.\n\nSee VS Code [issue #34968](https://github.com/Microsoft/vscode/issues/34968) and language server protocol [issue #132](https://github.com/Microsoft/language-server-protocol/issues/132) for a discussion.\n\nHere is a list of languages known to work with CobiSymbolOutline:\n\n| Language/Format | Extension |\n| --- | --- |\n| C | [C/C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) |\n| C++ | [C/C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools), [cquery](https://github.com/cquery-project/vscode-cquery) |\n| Docker | [Docker](https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker) |\n| HTML | Comes with VS Code |\n| Go | [Go](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go) |\n| Java | [Language Support for Java(TM) by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java)\n| JavaScript | Comes with VS Code |\n| JSON | Comes with VS Code |\n| Markdown | Comes with VS Code |\n| Perl | [Perl](https://marketplace.visualstudio.com/items?itemName=henriiik.vscode-perl) |\n| PHP | [PHP Symbols](https://marketplace.visualstudio.com/items?itemName=linyang95.php-symbols) |\n| Powershell | [PowerShell](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell) |\n| Python | [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) |\n| Rust | [Rust (rls)](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust) |\n| TypeScript | Comes with VS Code |\n| YAML | [YAML Support by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) |\n\nPlease report any missing extensions and I'll update the list.\n\n## Extension Settings\n\n- **expandableNodes:** Kinds of nodes that show their children.\n- **sortOrder:** Order to sort symbols in.\n- **sortBy:** Sort by kind, name or position. If something other than name, symbols with matching properties are also sorted by name.\n- **topLevel:** Which symbols are included at the topmost scope.\n- **hiddenNodes:** List of symbol kinds that are hidden.\n- **fallbackLoadDelay:** Time in milliseconds to delay the second load if the first one does not receive any symbols. Set to \"-1\" do disable the second load.\n\nDefault settings:\n\n```json\n{\n  \"cobiSymbolOutline.expandableNodes\": {\n    \"type\": \"array\",\n    \"default\": [\n      \"File\",\n      \"Module\",\n      \"Namespace\",\n      \"Package\",\n      \"Class\",\n      \"Enum\",\n      \"Interface\",\n      \"Object\",\n      \"Struct\"\n    ],\n    \"description\": \"Kinds of nodes that show their children.\"\n  },\n  \"cobiSymbolOutline.sortOrder\": {\n    \"type\": \"array\",\n    \"default\": [\n      \"Class\",\n      \"Module\",\n      \"Constant\",\n      \"Interface\",\n      \"*\",\n      \"Constructor\",\n      \"Function\",\n      \"Method\"\n    ],\n    \"description\": \"Order to sort symbols in. * is placeholder for all symbols not explicitly listed.\"\n  },\n  \"cobiSymbolOutline.topLevel\": {\n    \"type\": \"array\",\n    \"default\": [\n      \"*\"\n    ],\n    \"description\": \"Which symbols to include at the topmost level. * includes everything.\"\n  },\n  \"cobiSymbolOutline.hiddenNodes\": {\n      \"type\": \"array\",\n      \"default\": [],\n      \"description\": \"Defines which symbols are hidden.\",\n      \"scope\": \"language-overridable\"\n  },\n  \"cobiSymbolOutline.sortBy\": {\n      \"type\": \"string\",\n      \"enum\": [\n          \"Kind\",\n          \"Name\",\n          \"Position\"\n      ],\n      \"default\": \"Kind\",\n      \"description\": \"Defines by which property symbols are sorted.\\nIf \\\"Kind\\\" is used, symbols are sorted according to the \\\"Sort Order\\\" setting.\\nIf a property other than \\\"Name\\\" is used, symbols with matching properties are also sorted by name.\",\n      \"scope\": \"language-overridable\"\n  },\n  \"cobiSymbolOutline.fallbackLoadDelay\": {\n      \"type\": \"integer\",\n      \"minimum\": 0,\n      \"default\": 1000,\n      \"description\": \"Defines the delay in milliseconds of the second load if the first one fails. Set to\\\"-1\\\" to disable the second load\",\n      \"scope\": \"language-overridable\"\n  }\n}\n```\n\n## Known Issues\n\nIn some cases the symbol list may initially return an empty list. Use the \"Refresh\" button next to the title to fix this.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcobinja%2Fcobisymboloutline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcobinja%2Fcobisymboloutline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcobinja%2Fcobisymboloutline/lists"}