{"id":15585977,"url":"https://github.com/kdcro101/vscode-typescript-code-navigator","last_synced_at":"2025-04-12T07:21:52.485Z","repository":{"id":214641955,"uuid":"132355271","full_name":"kdcro101/vscode-typescript-code-navigator","owner":"kdcro101","description":"Extension provides ability to browse typescript source code by using side panel populated with list of declarations in currently opened typescript file.","archived":false,"fork":false,"pushed_at":"2018-11-03T20:40:46.000Z","size":10125,"stargazers_count":3,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T02:34:41.910Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/kdcro101.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}},"created_at":"2018-05-06T16:13:54.000Z","updated_at":"2022-04-04T14:05:01.000Z","dependencies_parsed_at":"2023-12-29T15:52:11.852Z","dependency_job_id":null,"html_url":"https://github.com/kdcro101/vscode-typescript-code-navigator","commit_stats":null,"previous_names":["kdcro101/vscode-typescript-code-navigator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdcro101%2Fvscode-typescript-code-navigator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdcro101%2Fvscode-typescript-code-navigator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdcro101%2Fvscode-typescript-code-navigator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdcro101%2Fvscode-typescript-code-navigator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kdcro101","download_url":"https://codeload.github.com/kdcro101/vscode-typescript-code-navigator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248530892,"owners_count":21119657,"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-02T21:05:06.575Z","updated_at":"2025-04-12T07:21:52.465Z","avatar_url":"https://github.com/kdcro101.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Code navigator for typescript\n\n[![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/version/kdcro101.typescript-code-navigator.svg)](https://marketplace.visualstudio.com/items?itemName=kdcro101.typescript-code-navigator)\n[![Installs](https://vsmarketplacebadge.apphb.com/installs-short/kdcro101.typescript-code-navigator.svg)](https://marketplace.visualstudio.com/items?itemName=kdcro101.typescript-code-navigator)\n[![Rating](https://vsmarketplacebadge.apphb.com/rating-short/kdcro101.typescript-code-navigator.svg)](https://marketplace.visualstudio.com/items?itemName=kdcro101.typescript-code-navigator)\n\n\nExtension provides ability to browse typescript source code by using side panel populated with list of declarations in currently opened typescript file.\n\n![](https://raw.githubusercontent.com/kdcro101/vscode-typescript-code-navigator/master/preview/preview.gif)\n\n## Install\n\nOpen Visual Studio Code press CTRL+p and type or copy and paste:\n\n`ext install kdcro101.typescript-code-navigator`\n\n## Usage\n\nTo open panel press CTRL+P (Show all commands) and select `Show code navigator for typescript`\n\nor\n\nclick icon \u003cimg style=\"vertical-align:middle\" src=\"https://raw.githubusercontent.com/kdcro101/vscode-typescript-code-navigator/master/media/statusbar.jpg\"\u003e  on right side of status bar.\n\n\nClick on member in code navigator panel to highlight selected member in active editor.\n\n\n## Behaviour\n\nCode navigator will update when active editor changes. When there is no opened documents, code navigator will close itself \n\n\n## Configuration\n`typescript.navigator.collapseEnums` : `boolean`\n - should collapse enum declarations when populating panel, `default = true`\n\n`typescript.navigator.collapseInterfaces` : `boolean`\n- should collapse interface declarations when populating panel, `default = true`\n\n`typescript.navigator.collapseClasses` : `boolean`\n- should collapse class declarations when populating panel, `default = false`\n\n`typescript.navigator.showVisibilityLabels` : `boolean`\n- show class member modifiers (visibility) in navigator, `default = true` \n\n`typescript.navigator.showIcons` : `boolean`\n- show icons in navigator, `default = true` \n\n`typescript.navigator.showDataTypes` : `boolean`\n- show data types in navigator (if available), `default = true` \n                                           \n\n\n## LICENSE\n\n[GPL v3 License](https://raw.githubusercontent.com/kdcro101/vscode-typescript-code-navigator/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdcro101%2Fvscode-typescript-code-navigator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkdcro101%2Fvscode-typescript-code-navigator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdcro101%2Fvscode-typescript-code-navigator/lists"}