We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4251125 commit ec25534Copy full SHA for ec25534
CHANGELOG.md
@@ -1,12 +1,14 @@
1
## 1.1.3
2
3
+Features:
4
+
5
- Find references to files as modules.
6
- Autocomplete: skip inline comments to decide if a labeled argument was already supplied.
7
- Rename: support file rename when renaming a module name.
8
- Rename: use renameProvider to give a warning when it's not a symbol that can be renamed.
-- Add support for Go to Type Definition.
-- 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.
+- 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).
12
13
## 1.1.2
14
0 commit comments