mrmlnc / vscode-less

:electric_plug: Less intellisense for Variables and Mixins in all Less files.
https://goo.gl/9myVWD
MIT License
31 stars 17 forks source link

Lightweight parser for files that are processed in the background (not current document) #14

Closed mrmlnc closed 8 years ago

mrmlnc commented 8 years ago

Related to #12

First, try to find already exists solution.

mrmlnc commented 8 years ago

Tests:

mrmlnc commented 8 years ago

See https://github.com/mrmlnc/less-symbols-parser

mrmlnc commented 8 years ago

Errors

fixtures\Semantic-UI-2.2.4\src\definitions\collections\breadcrumb.less
fixtures\Semantic-UI-2.2.4\src\definitions\collections\form.less
fixtures\Semantic-UI-2.2.4\src\definitions\collections\menu.less
fixtures\Semantic-UI-2.2.4\src\definitions\collections\message.less
fixtures\Semantic-UI-2.2.4\src\definitions\collections\grid.less
fixtures\Semantic-UI-2.2.4\src\definitions\collections\table.less
fixtures\Semantic-UI-2.2.4\src\definitions\elements\container.less
fixtures\Semantic-UI-2.2.4\src\definitions\elements\divider.less
fixtures\Semantic-UI-2.2.4\src\definitions\elements\button.less
fixtures\Semantic-UI-2.2.4\src\definitions\elements\flag.less
fixtures\Semantic-UI-2.2.4\src\definitions\elements\icon.less
fixtures\Semantic-UI-2.2.4\src\definitions\elements\image.less
fixtures\Semantic-UI-2.2.4\src\definitions\elements\header.less
fixtures\Semantic-UI-2.2.4\src\definitions\elements\label.less
fixtures\Semantic-UI-2.2.4\src\definitions\elements\input.less
fixtures\Semantic-UI-2.2.4\src\definitions\elements\list.less
fixtures\Semantic-UI-2.2.4\src\definitions\elements\loader.less
fixtures\Semantic-UI-2.2.4\src\definitions\elements\segment.less
fixtures\Semantic-UI-2.2.4\src\definitions\elements\reveal.less
fixtures\Semantic-UI-2.2.4\src\definitions\elements\rail.less
fixtures\Semantic-UI-2.2.4\src\definitions\elements\step.less
fixtures\Semantic-UI-2.2.4\src\definitions\globals\reset.less
fixtures\Semantic-UI-2.2.4\src\definitions\globals\site.less
fixtures\Semantic-UI-2.2.4\src\definitions\modules\accordion.less
fixtures\Semantic-UI-2.2.4\src\definitions\modules\checkbox.less
fixtures\Semantic-UI-2.2.4\src\definitions\modules\dimmer.less
fixtures\Semantic-UI-2.2.4\src\definitions\modules\embed.less
fixtures\Semantic-UI-2.2.4\src\definitions\modules\dropdown.less
fixtures\Semantic-UI-2.2.4\src\definitions\modules\modal.less
fixtures\Semantic-UI-2.2.4\src\definitions\modules\nag.less
fixtures\Semantic-UI-2.2.4\src\definitions\modules\popup.less
fixtures\Semantic-UI-2.2.4\src\definitions\modules\progress.less
fixtures\Semantic-UI-2.2.4\src\definitions\modules\rating.less
fixtures\Semantic-UI-2.2.4\src\definitions\modules\search.less
fixtures\Semantic-UI-2.2.4\src\definitions\modules\shape.less
fixtures\Semantic-UI-2.2.4\src\definitions\modules\sidebar.less
fixtures\Semantic-UI-2.2.4\src\definitions\modules\sticky.less
fixtures\Semantic-UI-2.2.4\src\definitions\modules\tab.less
fixtures\Semantic-UI-2.2.4\src\definitions\modules\transition.less
fixtures\Semantic-UI-2.2.4\src\definitions\views\card.less
fixtures\Semantic-UI-2.2.4\src\definitions\views\ad.less
fixtures\Semantic-UI-2.2.4\src\definitions\views\comment.less
fixtures\Semantic-UI-2.2.4\src\definitions\views\feed.less
fixtures\Semantic-UI-2.2.4\src\definitions\views\item.less
fixtures\Semantic-UI-2.2.4\src\definitions\views\statistic.less
mrmlnc commented 8 years ago

Done as https://github.com/mrmlnc/less-symbols-parser