How would I "see" this or go a head to solve it?
I just can't understand it or see why I would go that way; how can I make myself able to see stuff like this?
$$\int \frac{t}{ \sqrt{4-t^4}}dt $$
Answer will be that I substitute $t^2 = u$ and then work from there on out, but how would I ever see it that specific?
With practice, you'll develop the intuition you seek. Picking $u = t^2$ is very helpful here, because $$u = t^2 \implies du = 2t\,dt \iff t\,dt = \dfrac {du}{2}$$
Note that we have $\frac 12du = t\,dt $ in the numerator!
Thus, the integral, after substitution, becomes $$\frac 12\int \frac{ du}{\sqrt {4-u^2}}$$
Now, it's just a matter of using trig substitution $u =2 \sin \theta$.