How to prevent vscode autocompleting def/defp as Phoenix.Component.Declarative.def instead of Kernel.def in LiveView files?

When I write def in VSCode in a file that uses LiveView, the autocomplete defaults to writing def() in reference to LiveView’s Phoenix.Component.Declarative.def macro instead of autocompleting with the code for defining an elixir function. Same thing for defp. Does anyone know how to prevent this?

Screenshot 2024-07-17 at 4.12.25 PM

Screenshot 2024-07-17 at 4.12.35 PM

Screenshot 2024-07-17 at 4.12.04 PM