Skip to content
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.

[Feature Request][dart] support Dart #92

Open
jeffhx opened this issue Mar 8, 2018 · 1 comment
Open

[Feature Request][dart] support Dart #92

jeffhx opened this issue Mar 8, 2018 · 1 comment

Comments

@jeffhx
Copy link

jeffhx commented Mar 8, 2018

Copying info from this link

This API is available now (and has been improved a bit in the current Insiders). You'd define some json, and then an associated TreeDataProvider:
"views": {
	"explorer": [
		{
			"id": "dartFileOutline",
			"name": "File Outline",
			"when": "resourceLangId == 'dart'"
		}
	]
},

It would be great to see vscode-code-outline support Dart.

@patrys
Copy link
Owner

patrys commented Mar 8, 2018

This extension will support any language as long as there is a language-specific extension that implements the SymbolProvider API for VS Code. Code Outline does not have any language-specific code.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants