Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

Add find references from import to changelog

author
Gavin Morrow
committer
Louis Pilfold
date (Jul 9, 2026, 6:07 PM +0100) commit 9f156482 parent 7fe81fb7 change-id stywnono
+14
+14
CHANGELOG.md
··· 333 333 syntax. 334 334 ([Surya Rose](https://github.com/GearsDatapacks)) 335 335 336 + - The language server can now find references for and rename items when 337 + triggered from an import statement: 338 + 339 + ```gleam 340 + import wibble.{type Wibble} 341 + // ^^^^^^ Trigger find references or rename here 342 + 343 + pub fn main() { 344 + let _ = Wibble 345 + } 346 + ``` 347 + 348 + ([Gavin Morrow](https://github.com/gavinmorrow)) 349 + 336 350 ### Formatter 337 351 338 352 - Performance of the formatter has been improved.