Current configuration doesn't support to autocomplete figure or table labels in Rmarkdown files. ```` ```{r testplot, fig.caption = "This is test plot"} plot(1) ``` Please see Fig. \@ref(fig:|... I want to auto complete to fig:testplot ````