Fork me on GitHub
#boot
<
2022-06-09
>
Drew Verlee18:06:58

How would i get intelliji to understand (navigate, look up source code, etc..) a .boot file? Cursive doesn't seem to be able to do static analysis on it.

Drew Verlee18:06:09

At a glance the answer is that there is no easy way https://github.com/cursive-ide/cursive/issues/692

Drew Verlee20:06:17

Where Can i find a high level description of a boot pod?

Drew Verlee20:06:58

The namespace doesn't feel like a good place to start. https://cljdoc.org/d/boot/pod/2.8.3/doc/boot-pod > Namespace containing functions and vars related to pods, dependencies, jar files, and classloaders.

dvorme16:06:04

The source code for the (serve... task is another good place.

👀 2