formulahendry/vscode-auto-rename-tag

This extension causes +90% Code Helper usage on Mac and PC

Open

#22 opened on Feb 14, 2017

 (6 comments) (2 reactions) (0 assignees)TypeScript (39 forks)github user discovery
help wanted

Repository metrics

Stars
 (277 stars)
PR merge metrics
 (PR metrics pending)

Description

Steps to reproduce:

  1. Open Activity Monitor or Task Manager and note the resting CPU usage of the Code Helper process
  2. Paste this into vscode:
<div>
    <span>This is just a test</span>
</div>
  1. Double click the opening span tag
  2. Type a to rename to an anchor tag
  3. Watch the CPU usage of the Code Helper process rise to +90% and stay there.

Note: At this point, auto rename no longer works.

Contributor guide