atom-community / atom-ide-outline

Outline UI compatible with IDE packages
https://atom.io/packages/atom-ide-outline
Other
13 stars 8 forks source link

LESS nested support #62

Open skaraman opened 4 years ago

skaraman commented 4 years ago

Hi there, first off, great job on this package, i love it and it's great to see it being supported in a time when much of atom community has moved on.

Can you add nested support to LESS? Screen Shot 2020-08-07 at 6 56 46 PM

aminya commented 4 years ago

You're welcome!

This is technically an issue of the IDE plugin that provides the information. It doesn't provide the level data and so everything is shown at the same level. Which IDE plugin are you using so we can look into fixing that? Is it ide-css?

skaraman commented 4 years ago

@aminya yes it is this one https://github.com/liuderchi/ide-css

aminya commented 4 years ago

@skaraman I am going through the process of first updating the language servers, then detecting if the issue still exists. This is currently blocked by a few things.

https://github.com/liuderchi/ide-css/pull/46 https://github.com/vscode-langservers/vscode-css-languageserver-bin/issues/14