microsoft / microsoft/TypeScript-Sublime-Plugin

Type signature popup stops working

オープン
#430 コメント 2 件 リアクション 0 件 担当者 1 名 GitHub で見る

@zhengbli がすでに取り組んでいます。

2016年2月13日 から。

Bug
主要言語
JavaScript
スター
1.7k
フォーク
236
平均マージ
21日 13時間
マージ済み PR(30日)
1

説明

I'm running Ubuntu 15.10 and Sublime Text 3 build 3083. The signature popup works fine immediately after starting sublime and writing some code, but after it pops up a few times it stops working (see my third comment for a gif showing what this looks like).

I can reproduce this behavior by simply messing around for a bit inside () blocks (i.e. writing first argument, quicking writing the second one, moving the cursor with my arrow keys etc) but often times the popup will stop working right after the first use and takes no effort to break it.

I've enabled debug level logging and the plugin gets stuck in some kind of infinite loop. This is what it prints out:

2016-01-25 15:23:45,962: 139954225895232: DEBUG: In on_scheduled for work scheduler
2016-01-25 15:23:45,962: 139954225895232: DEBUG: Timer elapsed while prior job running.  Deferring
2016-01-25 15:23:46,014: 139954225895232: DEBUG: In on_scheduled for work scheduler
2016-01-25 15:23:46,014: 139954225895232: DEBUG: Timer elapsed while prior job running.  Deferring
2016-01-25 15:23:46,065: 139954225895232: DEBUG: In on_scheduled for work scheduler

This shows up ad infinitum in my console after the popup stops working.

The regular autocompletition and everything else works fine but the signature tooltip never shows up again. I have to restart sublime to get everything back to normal.

I should also add that I was not able to reproduce this on a windows 10 machine despite trying very hard for a few minutes to mess up the popup. I was however able to reproduce it on another machine running Linux Mint 17.2 but it wasn't as easy as it was on my ubuntu machine.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。