Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change position of output panel in sublime text?

People also ask

How do I display output in Sublime Text?

In order for taking input and receiving output from a code, we need to manually set up our input and output files. Step 1: From the top menu, select View->Layout->Columns :3 or press Shift+Alt+3. Step 2: Now select View->Groups->Max columns: 2. Step 3: Now you can view three files simultaneously in sublime text.

How do I close the console in Sublime Text 3?

On OSX, simply pressing esc closes the console.

How do I run code in Sublime Text on Windows?

Sublime code will run your Python code inside the integrated console when you type Ctrl + B if you are using Windows.


There is a solution, which exists for years already, but does not seem to be widely used. It's the package buildview: it puts the build output in any other view, i.e. acts as a normal tab.

LINK: https://packagecontrol.io/packages/sublime-text-2-buildview (perfectly works with sublime 3)


It seems this feature has been requested: http://sublimetext.userecho.com/topic/23694-ability-to-show-console-output-side-by-side-with-code/. So the answer would be no, there's no way to currently do this, and there doesn't seem to be mention of it in the changelog thus far for SublimeText3.