Closed
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