-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,28 @@ | ||
<idea-plugin> | ||
<id>ru.adelf.idea.dotenv</id> | ||
<name>.env files support</name> | ||
<version>0.6</version> | ||
<version>0.7</version> | ||
<vendor email="[email protected]" url="http://adelf.ru">Adel Fayzrakhmanov</vendor> | ||
|
||
<description><![CDATA[ | ||
<a href="https://plugins.jetbrains.com/plugin/9525--env-files-support">Homepage</a> | <a href="https://github.com/adelf/idea-php-dotenv-plugin/">Github</a> | <a href="https://github.com/adelf/idea-php-dotenv-plugin/issues">Issues</a>.<br /> | ||
<br/> | ||
Features | ||
<ul> | ||
<li>Environment variables completion for PHP, JavaScript, Python and Ruby languages</li> | ||
<li>Environment variables completion for PHP, JavaScript, Python, Go and Ruby languages</li> | ||
<li>Dockerfile and docker-compose.yml files support.</li> | ||
<li>Go to declaration(in .env file) and usages(in code), by Ctrl(Cmd)+click or hot key(Ctrl(Cmd)-B, etc.)</li> | ||
<li>.env file commenter</li> | ||
</ul> | ||
]]></description> | ||
|
||
<change-notes><![CDATA[ | ||
0.6 | ||
0.7 | ||
<ul> | ||
<li>JavaScript support</li> | ||
<li>Duplicate keys inspection</li> | ||
<li>Small fixes</li> | ||
<li>.env syntax highlighting</li> | ||
<li>Go support</li> | ||
<li>.env.* files support</li> | ||
<li>Javascript indexing optimization(remove /node_modules from index)</li> | ||
</ul> | ||
]]></change-notes> | ||
|
||
|