Yash-Handa / logo-ls

Modern ls command with vscode like File Icon and Git Integrations. Written in Golang
MIT License
1.14k stars 43 forks source link

Support for sub-extensions #20

Closed peteromio closed 3 years ago

peteromio commented 3 years ago

it would be possible to support sub extensions like .service.ts .test.ts

Yash-Handa commented 3 years ago

Hey @peteromio, That's a really cool idea. I was actually working on it this feature and is now ready. The next version of logo-ls will support sub-extensions.

If you want you can build the logo-ls from the source at or after https://github.com/Yash-Handa/logo-ls/commit/c6c7cf7b1f62c1ca7dd8ead79d898b5fe41b046d commit to see it in action.

List of sub-extensions added for now:

and a special _test.go for .go test files

peteromio commented 3 years ago

Great, congratulations on all your work 😘