Skip to content

Commit ec25534

Browse files
committed
Small changelog cleanup
1 parent 4251125 commit ec25534

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
## 1.1.3
22

3+
Features:
4+
35
- Find references to files as modules.
46
- Autocomplete: skip inline comments to decide if a labeled argument was already supplied.
57
- Rename: support file rename when renaming a module name.
68
- Rename: use renameProvider to give a warning when it's not a symbol that can be renamed.
7-
- Add support for Go to Type Definition.
8-
- Restore creation of interface files (fully supported from compiler 9.1.3 onwards)
9-
- When both interface and implementation are present, jump to the implementation.
9+
- Jump to definition: support jumping to type definition.
10+
- Jump to definition: jump to the `res` file when both `res` and `resi` are present.
11+
- Restore creation of interface files (fully supported from compiler 9.1.3 onwards).
1012

1113
## 1.1.2
1214

0 commit comments

Comments
 (0)