Skip to content
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

Custom Indentation #289

Open
TGekko opened this issue Nov 9, 2024 · 1 comment
Open

Custom Indentation #289

TGekko opened this issue Nov 9, 2024 · 1 comment
Labels
feature New feature or request tracked This issue is now tracked on our internal backlog

Comments

@TGekko
Copy link

TGekko commented Nov 9, 2024

I made a feature request/suggestion regarding the Edge DevTools extension for VSCode on the extension's GitHub page. I was told that it would be best to make the same suggestion here, and I was given this link. The change would need to be made to the DevTools themselves.

To summarize the suggestion: I believe it would be useful to have the ability to customize the console's custom indentation minutely, allowing for a custom number of spaces (zero or more). I prefer one space. Microsoft Edge DevTools only allows for 2, 4, or 8 spaces or a Tab character, and I have always found that using only one space saves both space and time -- especially with code as temporary as that which is written in the console. I have quoted the original suggestion below and thank you for your consideration:

Is your feature request related to a problem? Please describe.
I would like to request the possibility to customize the "Default indentation" of the DevTools console minutely (1 or more spaces or a tab character).
I prefer single space indentation and that isn't possible in the DevTools console in Microsoft Edge or in the vscode extension.

Describe the solution you'd like:
Synchronize the console's indentation settings with the user's vscode indentation settings, or add settings similar to vscode's indentation settings to the DevTools extension.

Describe alternatives you've considered:
I considered using the DevTools console window in Microsoft Edge, but its indentation settings are limited to "2 spaces", "4 spaces", "8 spaces" or "Tab character" and doesn't have an additional setting for rendering the tab character with a custom width.
If the Microsoft Edge DevTools had "1 space" as an option, that would fix the problem too.

Additional context:
It might be useful to note that the settings found in Microsoft Edge do not seem readily available in the vscode extension, -- I couldn't find them, -- and enabling "sync settings" didn't seem to affect the console either. Adding access to these DevTools settings wouldn't solve the issue, but it seemed noteworthy.

AB#55004586

@leahmsft
Copy link

Thank you for your suggestion! I'll add this to the team's backlog for consideration.

@leahmsft leahmsft added the tracked This issue is now tracked on our internal backlog label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request tracked This issue is now tracked on our internal backlog
Projects
None yet
Development

No branches or pull requests

2 participants