Skip to content

Too many tab stops in method signature completions #46588

Closed
@mjbvz

Description

@mjbvz

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: Completion ListsThe issue relates to showing completion lists in an editorIn DiscussionNot yet reached consensusSuggestionAn idea for TypeScript

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions