Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IntelliSense support display language specific anchor types #206

Open
carloswm85 opened this issue Sep 4, 2023 · 0 comments
Open

IntelliSense support display language specific anchor types #206

carloswm85 opened this issue Sep 4, 2023 · 0 comments

Comments

@carloswm85
Copy link

I've added this anchors for use in .pine files (PineScript language):

image

And as you can see below, it is visible in .dart, which is something I don't really need, since the anchor tags are really language specific.

image

As you can see above, I've added a lot of tags that I won't use outside of PineScript.

Is it possible to add a new configuration as follows?

"commentAnchors.tags.anchors": {
	"INDICATOR FEATURES & DESCRIPTION": {
		"languageSpecific": "PineScript" // OR .pine OR pinescript
	},
	...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant