Visual Studio 2008,如何将其设置为在退格而不是空格时删除制表符?

发布于 2024-07-13 00:50:11 字数 191 浏览 7 评论 0原文

在 Visual Studio 2008 中,似乎当我在一行上按 Tab 键时,它会插入 4 个空格或一个制表符,但是 - 当我退格时,它会删除一个制表符,就好像它是 4 个空格,一次一个空格。

我检查了文本- 工具中的编辑器设置..尝试使用空格和制表符,似乎都不起作用。

有任何想法吗?

提前致谢。 皮特

In Visual Studio 2008, it seems that when I tab on a line it inserts either 4 spaces or a tab, however - when I backspace it removes a tab as if it were 4 spaces, one space at a time..

I checked the text-editor settings in Tools.. tried both use spaces and use tabs, neither seem to work.

Any ideas?

Thanks in advance.
Pete

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

老旧海报 2024-07-20 00:50:11

也许我只是疯了,但如果你想摆脱选项卡,为什么不直接按 Shift + Tab 而不是退格键呢?

Maybe I'm just crazy, but why don't you just press Shift + Tab instead of backspace if you want to get rid of the tabs?

很糊涂小朋友 2024-07-20 00:50:11

啊哈!! 嗨,罗伯特,这就是我所做的尝试。但是,我需要在“所有语言”部分中更改此设置,以便它适用于每种类型的页面。

“保留标签”

谢谢
皮特

Aha!! Hi Robert, that's what I did try.. However, I needed to change this setting in the 'All Languages' section so it applied to every type of page.

"Keep tabs"

Thanks
Pete

我的黑色迷你裙 2024-07-20 00:50:11

好吧,当您按 Tab 时,它可能不会写入制表符,而是将制表符转换为空格。 选项中有一个设置告诉VS按下Tab键时要插入多少个空格,也许你可以将其设置为实际插入一个Tab键,然后退格键将删除Tab键。 我听说使用空格而不是制表符是很常见的,这就是我猜它被内置到 VS 中的原因。

Well it's probably not writing tabs its converting tabs to spaces when you press tab. There is a setting in the options that tells VS how many spaces to insert when pressing tab, Maybe you can set it to actually insert a tab instead and backspace would then remove the tab. I've heard it's quite common to use spaces not tabs that's why its built into VS i guess.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文