nix-community / vscode-nix-ide

Nix language support for VSCode editor [maintainer: @jnoortheen]
https://marketplace.visualstudio.com/items?itemName=jnoortheen.nix-ide
MIT License
286 stars 22 forks source link

Feature: Path intellisense #379

Closed n-hass closed 3 weeks ago

n-hass commented 8 months ago

I'd like to track the path intellisense feature (mentioned in README) and there didn't seem to be an issue doing so yet :)

I would like to give this a crack, but looking through https://github.com/ChristianKohler/PathIntellisense (and having never written a VS Code extension), it isn't obvious to me what is stopping that plugin from activating in .nix files and/or how this plugin should invoke/prompt the path intellisense plugin.

jnoortheen commented 3 weeks ago

Closing this as the above mentioned plugin now supports *.nix files.