scope-inspector
scope-inspector copied to clipboard
Doesn't work on JSON files
Hi, I like this plugin but it doesn't work for JSON files which i really need :(
JSON does not have scope in the same sense that programming languages have. How would you expect this to work for JSON?
{
"foo": [
1, | /* this cursor highlights the hole foo block (line 2-5) */
2
],
bar: [
3,
4
]
}