spring 引入相关文件后p名称空间属性注入无提示

配置附图示,标签内输入p:后还是没有正常的提示

<beans xmlns="http://www.springframework.org/schema/beans"

    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xmlns:p="http://www.springframework.org/schema/p"
    xsi:schemaLocation="
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">

这是头文件配置

图片说明

这是我引用的jar的版本

图片说明

这个也配置了

图片说明

结果还是这样,很头疼,到底是什么原因?