Skip to content

Commit

Permalink
update feature table
Browse files Browse the repository at this point in the history
  • Loading branch information
radbasa committed Aug 13, 2024
1 parent a5d0b27 commit 043410a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ The code is based on initial work by [Pavel Demin](https://github.com/Gotfrid).

| `box::use()` | Code completion | Param completion | Tooltip help | As of version | Notes |
|---------------------------|:-:|:-:|:-:|--------:|:-:|
| `pkg[...]` | ✓ | ✓ | ✓ | 0.0.0.9001 | |
| `pkg[attach_list]` | ✓ | ✓ | ✓ | 0.0.0.9004 | |
| `pkg[...]` | ✓ | ✓ | ✓ | 0.0.0.9001 | Full support |
| `pkg[attach_list]` | ✓ | ✓ | ✓ | 0.0.0.9004 | Link to documentation |
| `pkg` | | | | | |
| `prefix/mod[...]` | | | | | |
| `prefix/mod[attach_list]` | | | | | |
| `prefix/mod[...]` | ✓ | ✓ | ✓ | 0.0.0.9005 | No documentation |
| `prefix/mod[attach_list]` | ✓ | ✓ | ✓ | | No documentation |
| `prefix/mod` | | | | | |
| `alias = pkg` | | | | | |
| `alias = prefix/mod` | | | | | |
| `pkg[alias = fun]` | | | | | |
| `prefix/mod[alias = fun]` | | | | | |
| `pkg[alias = fun]` | ✓ | ✓ | ✓ | 0.0.0.9005 | No documenatation |
| `prefix/mod[alias = fun]` | ✓ | ✓ | ✓ | 0.0.0.9005 | No documenatation |

## How to use

Expand Down

0 comments on commit 043410a

Please sign in to comment.