Switch to Bing in English
約 4,890,000 件の結果
リンクを新しいタブで開く
  1. How can I download .vsix files now that the Visual Studio Code ...

    2025年1月16日 · Yes. Simply put, that was the change. The download links are no longer displayed in extension pages. But they still "exist", and they still function if you know how to get them, which you …

  2. What are the differences between Visual Studio Code and Visual Studio ...

    2015年5月29日 · Microsoft recently released Visual Studio Code and I am a little confused about its usage, since Visual Studio has lot of functional similarities with it.

  3. visual studio code - Make selected block of text uppercase - Stack …

    2017年1月17日 · Can I make a multi-line selection of text all capitals in Visual Studio Code? In Visual Studio, it’s Ctrl + Shift + U to do this. The desire here is to have the same key binding that works in …

  4. Multiline editing in Visual Studio Code - Stack Overflow

    This action in Visual Studio Code is called "Add Cursors to Line Ends". This was tested in Visual Studio Code 1.77.0 (April 2023) and works on both Windows and Mac. Here is the way: Select the lines you …

  5. What is a 'workspace' in Visual Studio Code? - Stack Overflow

    For example, Visual Studio Code talks about applying settings at the user level vs the workspace level. On the one hand, it could refer to a project directory that you have opened; or it could ref...

  6. vs code not opening up in windows - Stack Overflow

    2020年5月10日 · Visual studio code recently disabled access to unc (windows network drive) paths by default, unless they are on an allow-list. I suspect there's a bug where if your windows user profile is …

  7. visual studio code - how to export to pdf with syntax highlighting ...

    2022年11月12日 · I have to export my code into a legible PDF with syntax highlights without having to leave the IDEA. The current way to achieve exactly what I want is to copy the code in Intellij, paste it …

  8. How can I set up a virtual environment for Python in Visual Studio …

    2019年1月9日 · In my project folder I created a venv folder: python -m venv venv When I run command select python interpreter in Visual Studio Code, my venv folder is not shown. I went one level up like …

  9. How can I comment multiple lines in Visual Studio Code?

    I cannot find a way to comment and uncomment multiple lines of code in Visual Studio Code. Is it possible to comment and uncomment multiple lines in Visual Studio Code using some shortcut? If …

  10. Python - How to show graph in Visual Studio Code itself?

    2018年4月24日 · Instead of using a Jupyter notebook you can use Visual Studio Code in Interactive mode. It is similar to a notebook in many ways, as it splits your code into cells that can be run …