From af833aa761b32622cd7742e5d393d615baed27b0 Mon Sep 17 00:00:00 2001 From: Arthur Ozga Date: Wed, 5 Oct 2016 15:22:08 -0700 Subject: [PATCH] provide completions only in the correct bounds --- src/services/completions.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/services/completions.ts b/src/services/completions.ts index 4a6c8608b63..d14480e12b1 100644 --- a/src/services/completions.ts +++ b/src/services/completions.ts @@ -1698,9 +1698,15 @@ namespace ts.Completions { * Matches a triple slash reference directive with an incomplete string literal for its path. Used * to determine if the caret is currently within the string literal and capture the literal fragment * for completions. - * For example, this matches ///