From 707f3f676b5e6c0f09cf84dde61bc34cefdb03b1 Mon Sep 17 00:00:00 2001 From: adelf Date: Sun, 30 Jan 2022 21:03:47 +0300 Subject: [PATCH] 2022.1 release GitOrigin-RevId: 0cefb350e9a2c9dbb52291a55d7ff82ba145e0e9 --- .../src/main/resources/META-INF/plugin.xml | 20 +++++-------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/plugins/env-files-support/src/main/resources/META-INF/plugin.xml b/plugins/env-files-support/src/main/resources/META-INF/plugin.xml index 0ad3c93d90d9..6c0d0e10ced5 100644 --- a/plugins/env-files-support/src/main/resources/META-INF/plugin.xml +++ b/plugins/env-files-support/src/main/resources/META-INF/plugin.xml @@ -1,8 +1,6 @@ - ru.adelf.idea.dotenv .env files support - 2020.2 Adel F +
  • IDE 2022.1 releases support
  • +
  • Additional inspections and quickfixes
  • + 2021.2
    • Kotlin and Java support
    • .env syntax improvements
    • Configurable completion and values storing
    - 2021.1 -
      -
    • Single quotes for environment variable values support
    • -
    • Completions for $_ENV[] and $_SERVER[] PHP variables
    • -
    • PHP file type for `.env.local.php` files
    • -
    • Case insensitive completions
    • -
    • Optimizations
    • -
    - 2020.3 -
      -
    • phpunit.xml environment variables completion
    • -
    • Fix incorrect syntax with slashes in quoted .env values
    • -
    ]]>