您的位置:首页 > 编程语言 > Java开发

Eclipse编辑JS响应慢,复制粘贴卡顿的解决方案

2017-12-15 16:09 316 查看
首先,打开项目根目录 的 .project  文件 ,将标红的2句 注释掉就可以了

<?xml version="1.0" encoding="UTF-8"?>

<projectDescription>

    <name>ucomweb</name>

    <comment></comment>

    <projects>

    </projects>

    <buildSpec>

        <buildCommand>

            <name>org.eclipse.jdt.core.javabuilder</name>

            <arguments>

            </arguments>

        </buildCommand>

        <buildCommand>

            <name>org.eclipse.wst.common.project.facet.core.builder</name>

            <arguments>

            </arguments>

        </buildCommand>

        <buildCommand>

            <!-- <name>org.eclipse.wst.validation.validationbuilder</name> -->

            <arguments>

            </arguments>

        </buildCommand>

        <buildCommand>

            <name>org.eclipse.jst.j2ee.ejb.annotations.xdoclet.xdocletbuilder</name>

            <arguments>

            </arguments>

        </buildCommand>

    </buildSpec>

    <natures>

        <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>

        <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>

        <nature>org.eclipse.wst.common.project.facet.core.nature</nature>

        <nature>org.eclipse.jdt.core.javanature</nature>

        <!-- <nature>org.eclipse.wst.jsdt.core.jsNature</nature> -->

    </natures>

</projectDescription>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息