playcanvas / vscode-extension

MIT License
21 stars 2 forks source link

Custom Find in Files support #17

Closed isumygin-sc closed 2 months ago

isumygin-sc commented 2 months ago

Search in files is implemented for the extension.

Unfortunately searching in virtual filesystems is not yet officially supported by VS Code https://github.com/microsoft/vscode/issues/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.