Fork me on GitHub
#vscode
<
2021-12-04
>
Drew Verlee16:12:29

Do i have to do anything special to get inline types as shown here to happen on a shadow-cljs project when i'm connected to the repl?

pez16:12:04

Not sure what you mean by inline types, but the image shows function argument hints. You can enable those to be automatically shown in VS Code, or you can summon them at will with cmd+shift+space (on Mac, might be ctrl+shift+space on Linux and Windows.

Drew Verlee16:12:26

yea, the copied picture didn't capture it.

Drew Verlee16:12:19

it seems like it is enabled

Drew Verlee16:12:24

when i type though, nothing comes up.

Drew Verlee16:12:18

ctrl+shit+space does show it though

pez16:12:42

Check if it might be disabled in the [clojure] scope or something.

👀 1