Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Find in Files support #17

Merged
merged 9 commits into from
Jun 20, 2024
Merged

Custom Find in Files support #17

merged 9 commits into from
Jun 20, 2024

Conversation

isumygin-sc
Copy link
Contributor

@isumygin-sc isumygin-sc commented Jun 20, 2024

Search in files is implemented for the extension.

Unfortunately searching in virtual filesystems is not yet officially supported by VS Code microsoft/vscode#73524 - the ticket exists for 5 years. Recently it got some attention from Microsoft so there is a hope. Meanwhile I implemented custom searching functionality, which is invoked by running command 'Playcanvas: Search' (Cmd+Shift+' - reassign it in settings if needed). Find In Folder is also supported in context menu.

image

The issue where files failed to open on VS Code startup is fixed.

@isumygin-sc isumygin-sc added the enhancement New feature or request label Jun 20, 2024
@isumygin-sc isumygin-sc self-assigned this Jun 20, 2024
@willeastcott willeastcott changed the title Search is implemented Custom Find in Files support Jun 20, 2024
README.md Outdated Show resolved Hide resolved
Co-authored-by: Will Eastcott <will@playcanvas.com>
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
isumygin-sc and others added 2 commits June 20, 2024 13:42
Co-authored-by: Will Eastcott <will@playcanvas.com>
Co-authored-by: Will Eastcott <will@playcanvas.com>
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
isumygin-sc and others added 3 commits June 20, 2024 13:43
Co-authored-by: Will Eastcott <will@playcanvas.com>
Co-authored-by: Will Eastcott <will@playcanvas.com>
Co-authored-by: Will Eastcott <will@playcanvas.com>
@isumygin-sc isumygin-sc merged commit 2575c1a into main Jun 20, 2024
@isumygin-sc isumygin-sc deleted the search branch June 20, 2024 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants