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$$
I continue after your last step.
Note that $$\int_{-a}^{a} e^{-i\omega x }dx = \left.\frac{e^{-i\omega x }}{-i\omega}\right|_{-a}^a = \frac{e^{i\omega a }-e^{-i\omega a }}{\omega i}.$$ Using that with $a = 1$, you can continue
$$ 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= \frac{1}{4\pi} \int_{-1}^{1}\left( \int_{-\infty}^{\infty}e^{i\omega(t-x)} d\omega\right) dx\\ = \frac{1}{2} \int_{-1}^{1}\delta(t-x) dx $$ with the (Dirac) delta-distribution $\delta(t-x)$. The result is $\frac{1}{2}$ for $-1 < t < 1$ and zero for other $t$. So your inverse Fourier transformation gives a "box" or rectangular window in time.