{"id":13541370,"url":"https://github.com/nushell/vscode-nushell-lang","last_synced_at":"2025-04-21T21:57:44.421Z","repository":{"id":37029829,"uuid":"327712346","full_name":"nushell/vscode-nushell-lang","owner":"nushell","description":"A Nushell grammar for Visual Studio Code with IDE support","archived":false,"fork":false,"pushed_at":"2025-03-26T21:36:29.000Z","size":2951,"stargazers_count":131,"open_issues_count":19,"forks_count":27,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-04-20T01:12:06.360Z","etag":null,"topics":["nushell","syntax-highlighting","visual-studio-code","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://www.nushell.sh/","language":"Nushell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nushell.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-07T20:00:24.000Z","updated_at":"2025-03-26T21:36:32.000Z","dependencies_parsed_at":"2023-12-07T18:26:46.716Z","dependency_job_id":"626f327d-caad-459b-b481-491828bbd114","html_url":"https://github.com/nushell/vscode-nushell-lang","commit_stats":null,"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nushell%2Fvscode-nushell-lang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nushell%2Fvscode-nushell-lang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nushell%2Fvscode-nushell-lang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nushell%2Fvscode-nushell-lang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nushell","download_url":"https://codeload.github.com/nushell/vscode-nushell-lang/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249834793,"owners_count":21331989,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nushell","syntax-highlighting","visual-studio-code","vscode","vscode-extension"],"created_at":"2024-08-01T10:00:45.340Z","updated_at":"2025-04-20T01:12:26.797Z","avatar_url":"https://github.com/nushell.png","language":"Nushell","readme":"# vscode-nushell-lang VSCode extension\n\n[![vsm-version](https://img.shields.io/visual-studio-marketplace/v/TheNuProjectContributors.vscode-nushell-lang?style=flat-square\u0026label=VS%20Marketplace\u0026logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=TheNuProjectContributors.vscode-nushell-lang)\n[![vsm-downloads](https://img.shields.io/visual-studio-marketplace/d/TheNuProjectContributors.vscode-nushell-lang?style=flat-square\u0026label=downloads\u0026logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=TheNuProjectContributors.vscode-nushell-lang)\n[![vsm-installs](https://img.shields.io/visual-studio-marketplace/i/TheNuProjectContributors.vscode-nushell-lang?style=flat-square\u0026label=installs\u0026logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=TheNuProjectContributors.vscode-nushell-lang)\n\nThis [extension for VSCode](https://marketplace.visualstudio.com/items?itemName=TheNuProjectContributors.vscode-nushell-lang) provides editing, syntax highlighting, and IDE support for [Nushell](http://nushell.sh), a data-driven document language.\n\n## Features\n\n- Syntax highlighting grammar for Nushell scripts (`.nu` files) and ``nushell`` codeblocks in Markdown files\n- Goto definition\n- Hover support\n- Validation (errors with red squiggly lines)\n- Auto-complete built-in commands\n- Inlays / Hints\n- Configuration via vscode settings\n\n## Screenshot (v1.5.0)\n\nWith Dark+ Color Theme\n\n![Nushell script with Dark+ color theme](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/150-dark.png)\n\nWith Light+ Color Theme\n\n![Nushell script with Light+ color theme](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/150-light.png)\n\nInlays / Hints\n\n![Inlays](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/150-inlays.png)\n\nCompletions support\n\n![Completions](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/150-completions.png)\n\nHover over built-ins for help\n\n![Hover](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/150-hover-builtin.png)\n\nHover over custom commands for help\n\n![HoverCustom](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/150-hover-custom.png)\n\nHover over variable\n\n![HoverVar](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/150-hover-var.png)\n\nError \u0026 Validation support\n\n![Error 1](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/150-error1.png)\n![Error 2](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/150-error2.png)\n![Error 3](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/150-error3.png)\n\nGoto Definition support\n\n![goto](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/150-goto-def.png)\n\nExtension Settings\n\n![settings](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/assets/150-ext-settings.png)\n\n## Known Issues\n\nSee [our Github repository](https://github.com/nushell/vscode-nushell-lang/issues) for active issues.\n\n## Help\n\nWe are happily accepting pull requests to make this better. :)\n","funding_links":[],"categories":["Editor Extensions"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnushell%2Fvscode-nushell-lang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnushell%2Fvscode-nushell-lang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnushell%2Fvscode-nushell-lang/lists"}