Eclipse is always slow when coding

WBOY
Release: 2016-09-28 08:54:12
Original
1034 people have browsed it

The amount of code edited by eclipse is around 20,000.

The following two situations will occur and the response will be half a beat

I. Grammar checking is not enabled, line breaks are enabled

II. When grammar check is turned on

My computer configuration:

Eclipse is always slow when coding

Eclipse is always slow when coding

This is when eclipse edits code. For example, I add a piece of code in it:

$str = 'nimeide';

This is how he reacted:

$str = '

Delay about 0.5 - 1.2s

$str = '';

How to solve this delay problem? ?

Reply content:

The amount of code edited by eclipse is around 20,000.

The following two situations will occur and the response will be half a beat

I. Grammar checking is not enabled, line breaks are enabled

II. When grammar check is turned on

My computer configuration:

Eclipse is always slow when coding

Eclipse is always slow when coding

This is when eclipse edits code. For example, I add a piece of code in it:

$str = 'nimeide';

This is how he reacted:

$str = '

Delay about 0.5 - 1.2s

$str = '';

How to solve this delay problem? ?

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!