mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
2022.1 release
GitOrigin-RevId: 0cefb350e9a2c9dbb52291a55d7ff82ba145e0e9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5da46ef55d
commit
707f3f676b
@@ -1,8 +1,6 @@
|
||||
<idea-plugin>
|
||||
<idea-version since-build="193"/>
|
||||
<id>ru.adelf.idea.dotenv</id>
|
||||
<name>.env files support</name>
|
||||
<version>2020.2</version>
|
||||
<vendor email="adel.faiz@gmail.com" url="https://adelf.tech">Adel F</vendor>
|
||||
|
||||
<description><![CDATA[
|
||||
@@ -34,25 +32,17 @@
|
||||
]]></description>
|
||||
|
||||
<change-notes><![CDATA[
|
||||
2022.1
|
||||
<ul>
|
||||
<li>IDE 2022.1 releases support</li>
|
||||
<li>Additional inspections and quickfixes</li>
|
||||
</ul>
|
||||
2021.2
|
||||
<ul>
|
||||
<li>Kotlin and Java support</li>
|
||||
<li>.env syntax improvements</li>
|
||||
<li>Configurable completion and values storing</li>
|
||||
</ul>
|
||||
2021.1
|
||||
<ul>
|
||||
<li>Single quotes for environment variable values support</li>
|
||||
<li>Completions for $_ENV[] and $_SERVER[] PHP variables</li>
|
||||
<li>PHP file type for `.env.local.php` files</li>
|
||||
<li>Case insensitive completions</li>
|
||||
<li>Optimizations</li>
|
||||
</ul>
|
||||
2020.3
|
||||
<ul>
|
||||
<li>phpunit.xml environment variables completion</li>
|
||||
<li>Fix incorrect syntax with slashes in quoted .env values</li>
|
||||
</ul>
|
||||
]]></change-notes>
|
||||
|
||||
<extensionPoints>
|
||||
|
||||
Reference in New Issue
Block a user