cvlvxi / vscode-list-symbols

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List Symbols

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

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

About


Languages

Language:TypeScript 90.6%Language:JavaScript 8.7%Language:Shell 0.8%