From b83791cd47895769e47bb3195c65c8b8668a17a2 Mon Sep 17 00:00:00 2001 From: adelf Date: Fri, 24 Aug 2018 21:36:34 +0300 Subject: [PATCH] 0.7 release --- resources/META-INF/plugin.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index 224449e..3a5ddbb 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ ru.adelf.idea.dotenv .env files support - 0.6 + 0.7 Adel Fayzrakhmanov Features
    -
  • Environment variables completion for PHP, JavaScript, Python and Ruby languages
  • +
  • Environment variables completion for PHP, JavaScript, Python, Go and Ruby languages
  • Dockerfile and docker-compose.yml files support.
  • Go to declaration(in .env file) and usages(in code), by Ctrl(Cmd)+click or hot key(Ctrl(Cmd)-B, etc.)
  • .env file commenter
  • @@ -17,11 +17,12 @@ ]]> -
  • JavaScript support
  • -
  • Duplicate keys inspection
  • -
  • Small fixes
  • +
  • .env syntax highlighting
  • +
  • Go support
  • +
  • .env.* files support
  • +
  • Javascript indexing optimization(remove /node_modules from index)
]]>