Replacement for Studio "Find in Files" #1601
|
Hi All, Wondering what the replacement for find in files would be in VSCode. Seems like you can do a search on the names of classes in the Explorer window, but not sure how to do a server side search of all you classes and code. |
Answered by
isc-bsaviano
Jun 27, 2025
Replies: 1 comment 1 reply
|
Hi @JeffSemmens, see this section of the README. Microsoft has a policy where they won't let extensions on their marketplace use VS Code APIs that are in a "proposed" state. Until the APIs get "finalized", users must follow the linked steps to get a special version of the extension. Even though this must be done every time the version updates, we think it's worth it because the searching experience is far better than in Studio. We are optimistic that these APIs will eventually be finalized. |
1 reply
Answer selected by
JeffSemmens
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @JeffSemmens, see this section of the README. Microsoft has a policy where they won't let extensions on their marketplace use VS Code APIs that are in a "proposed" state. Until the APIs get "finalized", users must follow the linked steps to get a special version of the extension. Even though this must be done every time the version updates, we think it's worth it because the searching experience is far better than in Studio. We are optimistic that these APIs will eventually be finalized.