scope-inspector icon indicating copy to clipboard operation
scope-inspector copied to clipboard

Doesn't work on JSON files

Open voltuer opened this issue 8 years ago • 2 comments

Hi, I like this plugin but it doesn't work for JSON files which i really need :(

voltuer avatar Apr 24 '17 12:04 voltuer

JSON does not have scope in the same sense that programming languages have. How would you expect this to work for JSON?

tvooo avatar May 16 '17 08:05 tvooo

{
   "foo": [
     1, |  /* this cursor highlights the hole foo block (line 2-5) */
     2
   ],
   bar: [
    3,
    4
  ]
}

jimmywarting avatar Jun 16 '19 00:06 jimmywarting