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. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.