I'm struggling on computing the fourier inverse transform of $\operatorname{sinc}\left(\omega\right)$ by definition, that is, given a fourier transform $F(\omega)$ the fourier inverse transform is defined to be:
$$f(t)=\frac{1}{2\pi}\int_{-\infty}^{\infty}F(\omega)e^{i\omega t}d\omega$$
After substitutions one gets:
$$f(t)=\frac{1}{2\pi}\int_{-\infty}^{\infty}\frac{1}{\omega}\sin(\omega)e^{i\omega t}d\omega$$
So substitution doesn't seem to help as I don't see any function and its derivative. Moreover, If I tried to do integration by parts, it is not obvious what are the parts.
I also tried to make use of the following identity: $$\sin(x)=\frac{e^{ix}-e^{-ix}}{2i}$$
and then I get:
$$f(t)=\frac{1}{2\pi}\int_{-\infty}^{\infty}\frac{e^{i\omega }-e^{-i\omega }}{2\omega i}e^{i\omega t}d\omega$$