Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged vscode

0 votes
1.1k views
1 answer
    Does Visual Studio Code have an option for leaving the split editor screens open when they have no active tabs? The ... how to do this in VSC. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    How do I get rid of the little bar above the code where it shows what file I'm in and where in that file I ... just don't like the way it looks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I want to disable multicolored JSDoc comments in Visual Studio Code. Currently, the JSDoc comments look like this ( ... been able to find it. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I just transitioned from Sublime to VS Code and love it. Wondering if there are equivalent combos, or a way to set ... true, "extend": true}}, See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    After watching a Sublime3 screencast by a famous python programmer, I found that display code comment in a fancy ... against normal code font. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    After watching a Sublime3 screencast by a famous python programmer, I found that display code comment in a fancy ... against normal code font. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    When I enter a*5, I expected to get five tags in new lines. However, the five tags I got were in the same ... to have five tags in new lines? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    Is there any built in Indent Guide in Visual Studio Code? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Is there any built in Indent Guide in Visual Studio Code? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    Every time I build or run a program in VSCode a new python debug console is loaded. Before I know it I have ... recently. How can I stop this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
931 views
1 answer
    I press Ctrl+Shift+B to start a build in Visual Studio Code (it's configured to just run GNU Make), and ... window before starting a new build? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I accidentally removed search icon in Activity Bar and don't know how to add it there again. If I click on ... 't see this option any more. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I've searched but didn't find any info on how to disable references (or the codelens completely) in the Visual ... useless and annoying for me. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    My Visual Studio code, on a Windows machine, keeps on showing me the previous content of a file even after ... receive fresh content every time? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I press Ctrl+Shift+B to start a build in Visual Studio Code (it's configured to just run GNU Make), and ... window before starting a new build? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    How can I hide the following lines to get a cleaner code view? Like this in the official documentation: ... find settings in the documentation? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I want to be able to view complete long line (on a single line) in visual studio code. The editor is ... in Sublime Text or Notepad++? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    Using Visual Studio Code what is the procedure to: Remap a built in command's keyboard shortcut. For example, say, Open ... , how do I find it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    This beauty appeared after a recent update, and it is very distracting to me. I searched through the menus, but ... banish it from the editor? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    The current function of giving me a dropdown option of which tab to choose is just so annoying. Is there a ... like in some modern web browser. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am setting up my VS Code environment for the first time, but I can't figure out how to set Chrome as the default browser for the workspace. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    Multiline regular expression search doesn't work in VS Code version 1.27.2 . Theoretically aaa( |.)*bbb should ... Code doesn't work as well. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I would like to automatically format TypeScript code using the build-in formatter when I save a file in ... autosaves and builds correctly. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I created a language extension for visual studio code and I would like to change the comment block characters but I ... know how to do it? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I'm currently trying to write an extension for a new file type (ANTLR) and wonder how to change the colors ... point me to the relevant docs? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    If you have multiple extensions installed how do you determine which formatter is running on your document? For ... hook, or view those. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    How can vertical rulers (note the plural) be configured in Visual Studio Code? In Sublime Text 2 I can do ... produces only one vertical ruler. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    请问如下配置,能不能直接用 npm run xxx 配置执行? 不用每次按 ctrl + shift + b tasks.json { "version": "2.0.0", "tasks": [ { "type": " ... " ], "group": "build", "label": "tsc: 监视 - tsconfig.json" } ] }...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...