Änderungen

Summary

  1. function completions with lambdas as last argument now use the multiline (commit: 13556e8) (details)
  2. better hover messages (commit: 2e6d55b) (details)
Commit 13556e8ddae1885a0825868b42dbe56b799e5c10 by peter.peq
function completions with lambdas as last argument now use the multiline
syntax by default.
(commit: 13556e8)
The file was modifiedde.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/GetCompletions.java (diff)
The file was modifiedde.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/Utils.java (diff)
Commit 2e6d55b5ea78f5e473513635c1877ff428c69eca by peter.peq
better hover messages
- when hovering over a parameter, show parameter name and type
- when hovering over a constant, show its initial value
(commit: 2e6d55b)
The file was modifiedde.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/prettyPrint/PrettyPrinter.java (diff)
The file was modifiedde.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/Utils.java (diff)
The file was modifiedde.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/HoverInfo.java (diff)