mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
27 lines
994 B
XML
27 lines
994 B
XML
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude" package="com.intellij.sh">
|
|
<id>com.jetbrains.sh</id>
|
|
<vendor>JetBrains</vendor>
|
|
<name>Shell Script</name>
|
|
<category>Languages</category>
|
|
|
|
<content>
|
|
<module name="intellij.sh.terminal"/>
|
|
<module name="intellij.sh.copyright"/>
|
|
<module name="intellij.sh.markdown"/>
|
|
<module name="intellij.sh.python"/>
|
|
</content>
|
|
<dependencies>
|
|
<plugin id="com.intellij.modules.lang"/>
|
|
</dependencies>
|
|
|
|
<description><![CDATA[
|
|
Adds support for working with shell script files
|
|
|
|
<ul><li>Coding assistance: code completion, quick documentation, code refactorings, etc.</li>
|
|
<li>Dedicated run/debug configuration for shell scripts</li>
|
|
<li>Integration with external tools (<a href="https://github.com/koalaman/shellcheck">ShellCheck</a>, <a href="https://github.com/mvdan/sh">Shfmt</a>, <a href="https://explainshell.com/">Explainshell</a>)
|
|
</li></ul>]]></description>
|
|
|
|
<xi:include href="/META-INF/sh.xml"/>
|
|
</idea-plugin>
|