-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support options in quick fixes/refactoring #20619
Comments
As covered in #21768, I see a lot of requests against VS Code for configuring quotes specifically. Cases where quotes should be configurable include:
|
please add an option to always use absolute paths (relative to baseUri) for imports at completions, per: #21860 |
+1 If possible I would like an option to NEVER even see the relative path suggestions; or spaghetti imports as I like to think of them. Any explanation on why it suddenly doesn't work at all? I've reverted to the 1.19.3 just because it's unusable. In 1.19.3 spaghetti paths aren't even suggested, only the correct absolute paths (as per the tsconfig) |
@mjbvz please add an option to omit the semicolon on import statements |
@andy-ms why did you label this "Fixed"? What's the fix? I've looked though 2.8.1, 2.8.2 and the roadmap for 2.9 not sure what you're implying fixes it. |
The fix went in #22236. It is scheduled to release in Typescript 2.8 (added to the road-map). VSCode /VS still need to expose these settings in a way you can interact with. microsoft/vscode#45948 is a good issue to watch for VSCode. |
For posterity,
|
We should support editor configuration of services behavior like we do for formatting.
Would fix:
The text was updated successfully, but these errors were encountered: