-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed
Labels
Domain: LS: Completion ListsThe issue relates to showing completion lists in an editorThe issue relates to showing completion lists in an editorIn DiscussionNot yet reached consensusNot yet reached consensusSuggestionAn idea for TypeScriptAn idea for TypeScript
Description
Bug Report
🔎 Search Terms
- method signature completions
- completion
- suggestions
🕗 Version & Regression Information
4.5.0-dev.20211029
Problem
After playing around with method signature completions a bit for a VS Code extension, I found the tab stops to be more of a hinderance than helpful
I suggest that we remove the tab stops and only move the cursor into the correct final location inside the method:
completedMethod(param: type) {
$0
}That is the behavior I almost always want
Metadata
Metadata
Assignees
Labels
Domain: LS: Completion ListsThe issue relates to showing completion lists in an editorThe issue relates to showing completion lists in an editorIn DiscussionNot yet reached consensusNot yet reached consensusSuggestionAn idea for TypeScriptAn idea for TypeScript