Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
idelvall committed Jul 5, 2024
1 parent dcc2cd2 commit db232f9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,17 @@ Check the currently released versions [on the JetBrains Marketplace](https://plu

## Features
- [x] Syntax highlighting for Earthfiles
- [ ] Code completion
- [x] Code completion
- [x] Commenter
- [x] Go to definition/usage
- [x] Find usages
- [ ] Formatter
- [ ] Commenter
- [ ] Go To Symbol Contributor
- [ ] ... Let us know!


![Darcula theme](documentation/darcula.png)
![Light theme](documentation/light.png)

## Requirements

This plugin is dependent on https://github.com/earthly/earthfile-grammar for syntax.

## Building
The following command generates a `earthly-intellij-plugin-<version>.zip` package in the current directory:
```
Expand Down
15 changes: 13 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit db232f9

Please sign in to comment.