You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initial plan
* Add Class entry to New File quickpick
Co-authored-by: gjsjohnmurray <6726799+gjsjohnmurray@users.noreply.github.com>
* Hide newFile.class command from Command Palette
Co-authored-by: gjsjohnmurray <6726799+gjsjohnmurray@users.noreply.github.com>
* Add optional superclass prompt (step 3) to new Class wizard
Co-authored-by: gjsjohnmurray <6726799+gjsjohnmurray@users.noreply.github.com>
* Integrate classPick into multiStepInput via ClassPickStepOptions
Co-authored-by: gjsjohnmurray <6726799+gjsjohnmurray@users.noreply.github.com>
* Enhance pickDocument and use it to select superclass
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: gjsjohnmurray <6726799+gjsjohnmurray@users.noreply.github.com>
Co-authored-by: gjsjohnmurray <johnm@georgejames.com>
* Prompts the user to select a single document in server-namespace `api`
288
-
* using a custom QuickPick. An optional prompt will customize the title.
288
+
* using a custom QuickPick. An optional `prompt` will customize the title.
289
+
* `typeSuffix` can be provided to filter for specific types of documents (e.g. "cls").
290
+
* If `step` is provided and greater than 1, a back button will be included that resolves to an empty string when pressed.
291
+
* If `numberOfSteps` is provided, the title will be suffixed with the current step and total number of steps (e.g. "(2/4)") instead of the namespace and server information.
0 commit comments