Łukasz Lityński

Results 29 comments of Łukasz Lityński

`Imports could also easily be determined by simply scrolling to the top of the document, and most linters will notify you if you use a variable (or imported module) that...

I made PR in which I added semicolons: https://github.com/alexyoung/dailyjs-survey/pull/28

Or maybe using different AST library? `estraverse` could be more flexible. Estraverse visitor has just `enter` and `exit` methods: https://github.com/estools/estraverse so you could catch every AST node in one function...

and breadcrumbs should hide when in Project Explorer (hovering causes error) ![image](https://cloud.githubusercontent.com/assets/3883359/14978950/9ca98e2c-111f-11e6-9c0d-5c142af4d142.png)

fixed sorting problem: ![image](https://cloud.githubusercontent.com/assets/3883359/14989510/88592444-1158-11e6-95b7-522a8a67cd7d.png)

fixed Uncaught Type Error

when is on ProjectExplorer pane ("Lupa") breadcrumbs stay ![image](https://cloud.githubusercontent.com/assets/3883359/15021570/e1622fd4-1227-11e6-85ff-f53824b8cee9.png) they shoud hide.

I've just added support for JSON files: ![image](https://cloud.githubusercontent.com/assets/3883359/25741242/1af26656-318a-11e7-9bcf-9c66516baf53.png)

It was always a plan. This will be possible with the new backend (it's my library called `power-scope`). But the new backend is not done yet. Although I'll look if...

Yeah, I've read this article of Marijn Haverbeke and it was very educational, Tern as library also can be good inspiration and starting point for such analysis. But I had...