Elektrine lite

← Feed

@bobmagicii@phpc.social

Post #4385718

2026-08-04 23:17 UTC

this latest js project i am working on i am building it with what i find to be working the most well in regards to vs code being able to auto complete my misc classes from misc files. like i prefer import { whatever } but vscode doesnt get it, so i had to go with import * as whatever. then suddenly i can suddenly get completes when i jsdock for the whatever.thing

Replies (1)

  • @bobmagicii@phpc.social 2026-08-04 23:28

    all that to say but i ran out of space, that so far it has been pleasurable. compared to what usually ends up being a blind build because i wanted a path it couldn't digest or my export worked but not how it likes them. lots of things that worked but yet i got no auto completes so i would tweak what i do until finally it would complete what i want where i want.

    Open ##4385913