{"id":18373883,"url":"https://github.com/ant-druha/intellij-powershell","last_synced_at":"2025-04-06T19:32:31.103Z","repository":{"id":42007664,"uuid":"146094753","full_name":"ant-druha/intellij-powershell","owner":"ant-druha","description":"Adds PowerShell language support to IntelliJ-based IDEs.","archived":false,"fork":false,"pushed_at":"2024-05-22T22:09:55.000Z","size":12774,"stargazers_count":69,"open_issues_count":48,"forks_count":18,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-05-22T22:41:32.949Z","etag":null,"topics":["hacktoberfest","intellij","intellij-platform","intellij-plugin","powershell"],"latest_commit_sha":null,"homepage":"https://plugins.jetbrains.com/plugin/10249-powershell","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ant-druha.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2018-08-25T12:48:04.000Z","updated_at":"2024-08-21T23:00:23.024Z","dependencies_parsed_at":"2023-10-05T03:53:53.328Z","dependency_job_id":"5cd32a5d-3eee-4f52-a6c2-d2e9334c4938","html_url":"https://github.com/ant-druha/intellij-powershell","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ant-druha%2Fintellij-powershell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ant-druha%2Fintellij-powershell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ant-druha%2Fintellij-powershell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ant-druha%2Fintellij-powershell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ant-druha","download_url":"https://codeload.github.com/ant-druha/intellij-powershell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247539374,"owners_count":20955302,"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":["hacktoberfest","intellij","intellij-platform","intellij-plugin","powershell"],"created_at":"2024-11-06T00:12:35.283Z","updated_at":"2025-04-06T19:32:31.091Z","avatar_url":"https://github.com/ant-druha.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# intellij-powershell [![JetBrains Plugins][badge-plugins]][plugin-repository]\nAdds PowerShell language support to [IntelliJ-based](https://www.jetbrains.com/products.html?type=ide) IDEs.\n\n### Usage:\nInstall the plugin [from IDE](https://www.jetbrains.com/help/idea/managing-plugins.html#repos) or download it from [IntelliJ plugins repository](https://plugins.jetbrains.com/plugin/10249-powershell) and choose to [install from disk](https://www.jetbrains.com/help/idea/managing-plugins.html#installing-plugins-from-disk).\n\n\n## Features\n\n#### Editor:\n- Syntax highlighting.\n- Code completion based on [PowerShellEditorServices][powershell-editor-services].\n- [PSScriptAnalyzer][ps-script-analyzer] code checker inspections in Editor.\n- [Language Injections](https://www.jetbrains.com/help/idea/using-language-injections.html) in strings.\n- [Colors and Fonts customization](https://www.jetbrains.com/help/idea/configuring-colors-and-fonts.html).\n- [Code style and reformat](https://www.jetbrains.com/help/idea/using-code-editor.html#reformat_rearrange_code).\n- [Live templates](https://www.jetbrains.com/help/idea/using-live-templates.html) (code snippets).\n\n#### Refactoring\n- [Rename](https://www.jetbrains.com/help/idea/rename-refactorings.html).\n\n#### Navigation\n- Variables and declared types reference resolve and find usages.\n- [Structure view](https://www.jetbrains.com/help/idea/viewing-structure-of-a-source-file.html).\n\n#### Execution\n- [Run Configuration](https://www.jetbrains.com/help/idea/run-debug-configuration.html).\n- Script debugging.\n- Integrated PowerShell Console (Tools | PowerShell Console... action).\n- Remote files editing with 'psedit' command in PowerShell console (see [psedit support](https://bitbucket.org/adernov/powershell/issues/18/psedit-support#comment-46351640)):\n  ![Remote file editing][image.remote-file-editing]\n\nSettings\n--------\nThe **PowerShell** run configuration uses the selected terminal encoding (UTF-8 by default).\n\nOpen **Advanced settings** and look for **Terminal character encoding** if you want to change that.\n\nThird-Party Software\n--------------------\nThis plugin bundles the following third-party software:\n\n- [PowerShell Editor Services][powershell-editor-services],\n- [PSScriptAnalyzer][ps-script-analyzer].\n\nDocumentation\n-------------\n- [Changelog][docs.changelog]\n- [Contributor Guide][docs.contributing]\n- [Maintainership][docs.maintainership]\n\n[License][docs.license]\n---------\nCopyright 2018 Andrey Dernov\n\nCopyright 2025 intellij-powershell contributors\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n[badge-plugins]: https://img.shields.io/jetbrains/plugin/v/10249?label=powershell\n[docs.changelog]: ./CHANGELOG.md\n[docs.contributing]: ./CONTRIBUTING.md\n[docs.license]: ./LICENSE\n[docs.maintainership]: ./MAINTAINERSHIP.md\n[image.remote-file-editing]: doc/remote-file-editing.gif\n[plugin-repository]: https://plugins.jetbrains.com/plugin/10249-powershell\n[powershell-editor-services]: https://github.com/PowerShell/PowerShellEditorServices\n[ps-script-analyzer]: https://github.com/PowerShell/PSScriptAnalyzer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fant-druha%2Fintellij-powershell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fant-druha%2Fintellij-powershell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fant-druha%2Fintellij-powershell/lists"}