{"id":19724011,"url":"https://github.com/wraith13/clairvoyant-vscode","last_synced_at":"2025-05-08T00:37:18.749Z","repository":{"id":36788325,"uuid":"219502519","full_name":"wraith13/clairvoyant-vscode","owner":"wraith13","description":"Smart search your codes for VS Code","archived":false,"fork":false,"pushed_at":"2022-12-30T19:00:19.000Z","size":4224,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-11T23:29:46.620Z","etag":null,"topics":["search","visual-studio-code","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=wraith13.clairvoyant","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wraith13.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE_1_0.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-04T12:59:45.000Z","updated_at":"2024-11-08T00:59:58.000Z","dependencies_parsed_at":"2023-01-17T05:00:29.961Z","dependency_job_id":null,"html_url":"https://github.com/wraith13/clairvoyant-vscode","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/wraith13%2Fclairvoyant-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wraith13%2Fclairvoyant-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wraith13%2Fclairvoyant-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wraith13%2Fclairvoyant-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wraith13","download_url":"https://codeload.github.com/wraith13/clairvoyant-vscode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233376711,"owners_count":18667061,"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":["search","visual-studio-code","vscode","vscode-extension"],"created_at":"2024-11-11T23:24:13.737Z","updated_at":"2025-01-10T16:43:56.183Z","avatar_url":"https://github.com/wraith13.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clairvoyant\n\n[![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/version/wraith13.clairvoyant.svg) ![installs](https://vsmarketplacebadge.apphb.com/installs/wraith13.clairvoyant.svg) ![rating](https://vsmarketplacebadge.apphb.com/rating/wraith13.clairvoyant.svg)](https://marketplace.visualstudio.com/items?itemName=wraith13.clairvoyant)\n\nSmart search your codes.\n\n## Features\n\nClairvoyant scans your code and enumerates all tokens and provides access to them.\n\n![screenshot](images/screenshot4.png)\n\n![screenshot](images/screenshot.png)\n\n![screenshot](images/screenshot2.png)\n\n![screenshot](images/screenshot3.png)\n\n## Tutorial\n\n### 0. ⬇️ Install Clairvoyant\n\nShow extension side bar within VS Code(Mac:\u003ckbd\u003eCommand\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eX\u003c/kbd\u003e, Windows and Linux: \u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eX\u003c/kbd\u003e), type `clairvoyant` and press \u003ckbd\u003eEnter\u003c/kbd\u003e and click \u003ckbd\u003eInstall\u003c/kbd\u003e. Restart VS Code when installation is completed.\n\n### 1. 🔍 Scan your codes\n\nLaunch Command Palette(Mac:\u003ckbd\u003eF1\u003c/kbd\u003e or \u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eCommand\u003c/kbd\u003e+\u003ckbd\u003eP\u003c/kbd\u003e, Windows and Linux: \u003ckbd\u003eF1\u003c/kbd\u003e or \u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eP\u003c/kbd\u003e), Execute `Clairvoyant: Scan Current Document` or `Clairvoyant: Scan Open Documents` or `Clairvoyant: Scan Workspace` command. You can also scan automatically. Specify settings for `clairvoyant.autoScanMode` ( default: \"open documents\" ).\n\n### 2. 🚀 Sight your codes\n\nLaunch Command Palette, Execute `Clairvoyant: Sight` command or click eys icon on status bar. You can access to all tokens.\n\n### 3. 🔧 Next step\n\nYou can change [settings](#extension-settings) by `settings.json`. And you can apply [keyboard shortcuts](#keyboard-shortcut-settings) by `keybindings.json`.\n\nEnjoy!\n\n## Recommended settings\n\nPlease check `Workbench › Editor: Enable Preview`\n\nor\n\n```json\n\"workbench.editor.enablePreview\": true,\n```\nin settings.json\n\nIf this setting is true or checked, Clairvoyant can display previews efficiently.\n\n## Commands\n\n* `Clairvoyant: Sight ...` : Access to tokens in your codes with menu.\n* `Clairvoyant: Sight Document ...` : Shows `Sight` menu specific to the current document.\n* `Clairvoyant: Sight Token ...` : Shows `Sight` menu specific to the current token.\n* `Clairvoyant: Lunatic Go To File ...` : Go To File with lunatic preview.\n* `Clairvoyant: Scan Current Document` : Scan current document\n* `Clairvoyant: Scan Open Documents` : Scan open documents\n* `Clairvoyant: Scan Workspace` : Scan workspace\n* `Clairvoyant: Go Back` : Go cursor position back\n* `Clairvoyant: Go Forward` : Go cursor position forward\n* `Clairvoyant: Report Statistics` : Show statistics data\n* `Clairvoyant: Report Profile` : Show profile data\n* `Clairvoyant: Reload` : Reload this extention\n* `Clairvoyant: Go Next Token` : Go cursor position next that token at cursor position\n* `Clairvoyant: Go Previous Token` : Go cursor position previous that token at cursor position\n* `Clairvoyant: Toggle highlight` : Toggles the highlight of the token at the cursor position\n\n## Extension Settings\n\nThis extension contributes the following settings by [`settings.json`](https://code.visualstudio.com/docs/customization/userandworkspace#_creating-user-and-workspace-settings)( Mac: \u003ckbd\u003eCommand\u003c/kbd\u003e+\u003ckbd\u003e,\u003c/kbd\u003e, Windows / Linux: \u003ckbd\u003eFile\u003c/kbd\u003e -\u003e \u003ckbd\u003ePreferences\u003c/kbd\u003e -\u003e \u003ckbd\u003eUser Settings\u003c/kbd\u003e ):\n\n* `clairvoyant.autoScanMode`: auto scan mode\n* `clairvoyant.maxFiles`: max files\n* `clairvoyant.showStatusBarItems`: show status bar items\n* `clairvoyant.textEditorRevealType`: display options when moving the cursor\n* `clairvoyant.isExcludeStartsWidhDot`: exclude path starts widh `.`\n* `clairvoyant.excludeDirectories`: exclude directories\n* `clairvoyant.excludeExtentions`: exculde file extentions\n* `clairvoyant.targetProtocols`: target dcoument protocols ( You can exclude `untitled:` or add `output:`, `vscode-userdata:` or others. )\n* `clairvoyant.outputChannelVolume`: output volume\n* `clairvoyant.parserRegExp`: parser regular expression ( `Clairvoyant: Reload` is required when changes. )\n* `clairvoyant.enablePreviewIntercept`: Enable preview intercept\n* `clairvoyant.gotoHistoryMode`: `Go to` history mode\n* `clairvoyant.highlightMode`: Highlight mode\n* `clairvoyant.highlightBaseColor`: Highlight background colors are automatically generated by rotating the hue by 1 / phi all around based on this color. ( #RRGGBB )\n* `clairvoyant.highlightAlpha`: Highlight background color opacity. ( 0 - 255)\n* `clairvoyant.activeHighlightAlpha`: Active highlight background color opacity. ( 0 - 255)\n* `clairvoyant.activeHighlightLineAlpha`: Active highlight line background color opacity. ( 0 - 255)\n* `clairvoyant.latestHighlightAlpha`: Latest highlight background color opacity. ( 0 - 255)\n* `clairvoyant.activeHighlightOverviewRulerLane`: Overview ruler lane of active highlights\n* `clairvoyant.latestHighlightOverviewRulerLane`: Overview ruler lane of latest highlights\n* `clairvoyant.highlightOverviewRulerLane`: Overview ruler lane of highlights\n* `clairvoyant.developFileListOnSightRootMenu`: Develop file list on sight root menu\n* `clairvoyant.enableMenuCache`: Enable menu cache\n\n## Keyboard shortcut Settings\n\nIn default, clairvoyant's commands doesn't apply keyboard shortcuts. Althogh,\nyou can apply keyboard shortcuts by [`keybindings.json`](https://code.visualstudio.com/docs/customization/keybindings#_customizing-shortcuts)\n( Mac: \u003ckbd\u003eCode\u003c/kbd\u003e -\u003e \u003ckbd\u003ePreferences\u003c/kbd\u003e -\u003e \u003ckbd\u003eKeyboard Shortcuts\u003c/kbd\u003e, Windows / Linux: \u003ckbd\u003eFile\u003c/kbd\u003e -\u003e \u003ckbd\u003ePreferences\u003c/kbd\u003e -\u003e \u003ckbd\u003eKeyboard Shortcuts\u003c/kbd\u003e).\n\nCommand name on `keybindings.json` is diffarent from on Command Pallete. See below table.\n\n|on Command Pallete|on keybindings.json|\n|-|-|\n|`Clairvoyant: Sight ...`|`clairvoyant.sight`|\n|`Clairvoyant: Sight Document ...`|`clairvoyant.sightDocument`|\n|`Clairvoyant: Sight Token ...`|`clairvoyant.sightToken`|\n|`Clairvoyant: Lunatic Go To File ...`|`clairvoyant.lunaticGoToFile`|\n|`Clairvoyant: Scan Current Document`|`clairvoyant.scanDocument`|\n|`Clairvoyant: Scan Open Documents`|`clairvoyant.scanOpenDocuments`|\n|`Clairvoyant: Scan Workspace`|`clairvoyant.scanWorkspace`|\n|`Clairvoyant: Go Back`|`clairvoyant.back`|\n|`Clairvoyant: Go Forward`|`clairvoyant.forward`|\n|`Clairvoyant: Report Statistics`|`clairvoyant.reportStatistics`|\n|`Clairvoyant: Report Profile`|`clairvoyant.reportProfile`|\n|`Clairvoyant: Reload`|`clairvoyant.reload`|\n|`Clairvoyant: Go Next Token`|`clairvoyant.nextToken`|\n|`Clairvoyant: Go Previous Token`|`clairvoyant.previousToken`|\n|`Clairvoyant: Toggle highlight`|`clairvoyant.toggleHighlight`|\n\n## Release Notes\n\nsee ChangLog on [marketplace](https://marketplace.visualstudio.com/items/wraith13.clairvoyant-vscode/changelog) or [github](https://github.com/wraith13/clairvoyant-vscode/blob/master/CHANGELOG.md)\n\n## Support\n\n[GitHub Issues](https://github.com/wraith13/clairvoyant-vscode/issues)\n\n## License\n\n[Boost Software License](https://github.com/wraith13/clairvoyant-vscode/blob/master/LICENSE_1_0.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwraith13%2Fclairvoyant-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwraith13%2Fclairvoyant-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwraith13%2Fclairvoyant-vscode/lists"}