• M
    Check type of token that triggered the quick suggestions · 2de94654
    Matt Bierner 提交于
    Fixes #34863
    
    **Bug**
    Quick suggestions currently check the token at the cursor location to determine if we are in a string or comment. Because token spans are setup like: `[start, end)`, this results in the incorrect token being checked when the quick suggestions are triggered immediatly before a comment or string
    
    **Fix**
    Check the token one index back from the cursor
    2de94654
suggestModel.ts 13.6 KB