Python Forum
Trying to disable console window in Visual Studio
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trying to disable console window in Visual Studio
#4
Visual Studio may be great for C# or C++ (I use it for both), but I forced myself to use it for python for a couple of months and did not like it at all. Nor have I ever seen it even mentioned in any Top X IDE's for Python articles.

In visual studio code the terminal is in the IDE, if I want. As many terminals as I want. Whatever type of terminal I like to use. When I run a program no windows pop up unless my program makes windows. If there is something you don't like about Code, somebody probably made an extension to fix it. I can pick my linting tool, my unit test tool, my keyboard mapping. Using kite I get autocomplete and code snippets and access to documentation that I think is slightly better than Visual Studio.

And the best thing about Code is if I don't want to be distracted by all that stuff I can enter Zen mode with the click of a button and all I have is an editor and a run button, or maybe two editors, or more.
Reply


Messages In This Thread
RE: Trying to disable console window in Visual Studio - by deanhystad - Apr-25-2020, 06:07 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Interaction between Matplotlib window, Python prompt and TKinter window NorbertMoussy 3 603 Mar-17-2024, 09:37 AM
Last Post: deanhystad
  [Tkinter] binding versus disable DPaul 6 6,868 May-05-2021, 05:17 PM
Last Post: DPaul
  How to disable custom button Sancho_Pansa 7 3,560 Dec-04-2020, 02:21 PM
Last Post: buran
  How to disable focus on Frame in Tkinter? szafranji 1 3,053 May-13-2020, 10:45 PM
Last Post: DT2000
  Disable entry field and still see value scratchmyhead 5 5,190 May-11-2020, 08:09 PM
Last Post: menator01
  tkinter window and turtle window error 1885 3 6,779 Nov-02-2019, 12:18 PM
Last Post: 1885
  [Tkinter] how can disable menu [About] when Toplevel is active balenaucigasa 0 2,686 Oct-25-2019, 09:49 PM
Last Post: balenaucigasa
  Visual Studio 2019 and Neuron JamesBrown 0 1,844 Apr-06-2019, 05:12 PM
Last Post: JamesBrown
  Disable Enter Key PyQt5 Wizard maffaz 1 6,749 Jul-02-2018, 09:45 AM
Last Post: maffaz
  [Tkinter] Disable anti aliasing for text AnonymousNobody 3 6,910 Aug-11-2017, 07:54 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020