-
Notifications
You must be signed in to change notification settings - Fork 7
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
2 changed files
with
18 additions
and
9 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
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 |
---|---|---|
|
@@ -17,16 +17,27 @@ | |
<ul> | ||
<li>Earthfiles identification</li> | ||
<li>Syntax highlighting</li> | ||
<li>Code completion</li> | ||
<li>Commenter</li> | ||
<li>Go to definition/usage</li> | ||
<li>Find usages</li> | ||
</ul> | ||
<br> | ||
Source code hosted on <a href="https://github.com/earthly/earthly-intellij-plugin">GitHub</a>. | ||
]]></description> | ||
|
||
|
||
<change-notes><![CDATA[ | ||
<h2>New Features</h2> | ||
<h2>New Features by <a href="https://github.com/ingwarsw">Karol Lassak</a></h2> | ||
<ul> | ||
<li>Add support for platform build 241.* by Roberto Villarreal <[email protected]></li> | ||
<li>Fixed function names colors</li> | ||
<li>Some extra colors in highlighter</li> | ||
<li>Add commenter</li> | ||
<li>Added completion (works for targets and functions)</li> | ||
<li>Added go to definition/usage (works for targets and functions)</li> | ||
<li>Added find usages (works for targets and functions)</li> | ||
<li>Working refactoring (works for targets and functions)</li> | ||
<li>Added custom name validator to validate targets and function names properly</li> | ||
</ul> | ||
]]> | ||
</change-notes> | ||
|