[Explorer/Outline] Add filter to show only exported members

Open
#322,907 5 comments 1 reaction 1 assignee View on GitHub

@dmitrivMS is already working on this.

Since Aug 30, 2026.

Assessment

This issue has not been assessed yet.

Description

feature-request outline

In Outline view, I need a filter that "Show only exported members"(functions, constants or whatever), as if I were using a developer tool to inspect a library from a caller's perspective.

  • For module js, the filter should find members modified by export keyword.
  • For classic js (if supported), the filter should find function/variables exposed to global scope, those including top-level functions/vars. consider also eslint /* exported xxx */ and jsdoc /** @global */.
  • For wasm/wat (if supported), the filter should find exports; see example https://beta.tourofdreamland.net/wasm-inspector/
  • For lib files of other languages, this filter may find members that are public, public static or modified by other keyword of the same concept.
Dominant language
TypeScript
Stars
193k
Forks
42.9k
PR merge metrics
PR metrics pending

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/vscode

All issues in microsoft/vscode

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.