Skip to content

jmbeach/vscode-list-symbols

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

List Symbols Visual Studio Marketplace Installs - Azure DevOps Extension Visual Studio Marketplace Rating (Stars)

List Symbols Icon

This extension will list all symbols in a code file as plain text using vscode's built-in symbol processing capabilities.

Simply run ctrl + shift + p -> List Symbols

Example usage

and you will get output like the following in a new tab (Based on this example code):

class Calculator
	constructor constructor
	method appendNumber
	method chooseOperation
	method clear
	method compute
		variable computation
		variable current
		variable prev
	method delete
	method getDisplayNumber
		variable decimalDigits
		variable integerDigits
		variable integerDisplay
		property maximumFractionDigits
		variable stringNumber
	method updateDisplay

List All Symbols in Folder

Also, you can right click a folder and select List All Symbols in Folder to get a combined output of all of the files in that folder.

About

List all symbols in a code file as plain text using vscode's built-in symbol processing capabilities

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published