Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Feb 11, 2025
1 parent 3c4902e commit 2bb560a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions language-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This document details the current state of the language server and its features.
- [Hover](#hover)
- [Go-to definition](#go-to-definition)
- [Code completion](#code-completion)
- [Rename](#rename)
- [Document symbols](#document-symbols)
- [Signature help](#signature-help)
- [Code actions](#code-actions)
Expand Down Expand Up @@ -171,6 +172,13 @@ The language server support completion of:
- Type constructors in type annotations.
- Unqualified types and values in import statements.

## Code completion

The langauge server is able to rename:

- Function arguments.
- Local variables.

## Document symbols

The language server supports listing document symbols, such as functions and
Expand Down

0 comments on commit 2bb560a

Please sign in to comment.