can someone give detailed information how to setup with ide autocomplete macros intelisense? #93
-
hello, body is the same as title - i can run macros, but i cant get any autocompletes/intelisenses from my ide... for macros i created/used im using webstorm, and i want to make next step to my programming AND elemininate boilerplate code/aka copy paste code.. i just cant get the idea how to setup with intelisenses.. i prefer vite/vue tech stack, with ts support. thank you if you wiling to help do i need to declare them in .d.ts files? or it can be auto generated ? i dont understand |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
so also it should got autocomplete with/for macros - like it should, but im missing it or i need make myself them? like this https://github.com/GoogleFeud/ts-macros/wiki/Chaining-Macros |
Beta Was this translation helpful? Give feedback.
-
Hi, if you're trying to set up the type resolver, I don't recommend it unless macros are an integral part of your project - it's still very experimental. I haven't tested it with the latest version of typescript. If you want to get intellisense for chaining macros, yeah you'll have to type them up in type declarations yourself. Here are some examples I hope this helps! |
Beta Was this translation helpful? Give feedback.
Hi, if you're trying to set up the type resolver, I don't recommend it unless macros are an integral part of your project - it's still very experimental. I haven't tested it with the latest version of typescript.
If you want to get intellisense for chaining macros, yeah you'll have to type them up in type declarations yourself. Here are some examples
I hope this helps!