Live Server icon on status bar in VSC - visual-studio-code

This is my first question in this forum. I have annoying problem:
I cannot add Live Server icon on my status bar and thus I am not able to preview my page.
I have used LS before but it's been attaching it's icon automatically.
I've already checked option i confid which was suppose to do that but it is enabled.
Any idea? please help

First you must install Live Server in the packet of VS Code
Then you can click right mouse on your HTML Code and choose Open with Live Server

Try right-clicking on the status bar (i.e., the bar located at the bottom) to bring up the following menu. See if there's a tick next to "Live Server (Extension)". If not, click on this item and you should be able to see the Live Server button in the status bar.

Related

Visual Studio Code Activity bar completely missing, Version 1.28

Just downloaded VSCode, ver 1.28 and the activity bar (left side) and the left side of the side bar are not there. This happened yesterday too, so uninstalled the program and tried again today.
I have no way to get to settings, debug, search, etc. Tried right clicking on black space and they don't show up, merely options to open a new file. If I do open (untitled) I still do not get that left part of the screen. I am comparing it to MS's user interface page (https://code.visualstudio.com/docs/getstarted/userinterface). Is it possible that I would have to change the resolution on my laptop?
Thanks.
From the menu bar at the top try
View/Apperance/Show Activity Bar
When the Activity Bar is visible, this option will show "Hide Activity Bar"
See screenshot
1.Simple go to the setting
2.Under the user settings search for Activity Bar.
3.You'd find it under the workbench.
4. Click the Activity bar visible and that's green and working.
Another way to loose Activity Bar is to accidently active Zen Mode. Check if
View/Apperance/Zen Mode
is checked and if so uncheck it.
You can also pull up the command pallet with
Ctrl + Shift + P
Then type/select
View: Toggle Activity Bar Visibility

Chrome JavaScript Console autoselecting the search bar?

Whenever I open the JavaScript developer console in Google Chrome, it automatically selects a search bar that appears at the top of the window. I don't know how to disable the search bar, or otherwise make sure that it isn't automatically selected when I open it. I'd rather have the actual console preselected instead of the search bar. How can I fix this?
Thank you!
I figured it out; at some point I had enabled the filter by clicking on its button to do it (next to the "Clear Console" button). Just disabled it and it's all good now.
In the below image, the filter button is the second from the left (in between the "Clear Console" button and the "top" dropdown for Chome extensions).

How to wrap line in PyDev's interactive console?

Each time I want to view a long output line, I have to drag the horizontal scroll bar. Is it possible to set word wrapping in PyDev's interactive console (not editor)?
Unfortunately no, it's not currently possible to enable word wrapping in the PyDev interactive console.
You may report this as a feature request in https://www.brainwy.com/tracker/PyDev (but even better would be providing a pull request for that -- see: http://www.pydev.org/developers.html)
It is now possible as of PyDev 6.2. By default it is not enabled. To see the icon that you have to click to enable visit this. For the possibility that the link disappears, go to the console tab and you will want to look for an icon which has a yellow "left-turn" arrow and click that.

How to recover closed output window in netbeans?

It often happens to me that I want to clear the current output window by using the context menu, but instead of hitting the Clear entry, I accidently hit the Close entry (which is directly below Clear).
How can I get that output window back!?
Via Window/Output/Output I only get the container tab for all output windows. How can I reopen the output window of a currently running application?
Here is solution
First go to service window which is next tab to project tab...
then right click on apache tomcat
click view server log and view server output
In the right bottom edge there are information about NetBeans updates. Left to it, there's the tasks running (building, running application etc). Click on it, right click the process you want and select Show Output.
try Window--> Reset Windows in netbean
Caution: be aware, that all your windows settings are away after that!
I had this same issue recently and none of the other fixes worked. I got it to show finally by switching to the "Services" tab, right-clicking on "Apache Tomcat or TomEE" and clicking "Restart".
Go to the window tab: Then click on Output. This will allow you to place it anywhere on the screen. Or just use ctrl+4
Go to Server tab and Right Click you will see the View Output Log.
Netbeans --> Your Server --> RightClick --> View Output
In NetBeans 7.4,
Under Window menu, click on "Reset Window".
Then NetBeans will disappear and reappear.
At last, after it reappears, click on "Output" under Window menu.
Go to window tab - reset windows - run your program. - then right click on bottom of the tab where program running
Right click on Apache Tomcat under Services window. Stop the server, then start it again...both log and output window will reappear
Just go through "View" and select IDE Log. it will show the output.
If you run the server in normal mode you can recover the log by restarting the main project in debug mode. It seems that NB opens a new server log when the server run mode changes.
If you want to see three windows along with Log
Then go to windows on NetBeans then output and click NetBeans->windows->output.
Next go to service next to you project select server right click on it select server log and server output NetBeans->service(next to you project)->server->View server log and view service output.
I was having the same problem. Currently I am using the version 8.1, First of all go to the window tab, that is just before the tab help. Click on window and there click reset "Reset Window", after that in the bottom right click on the tab where your project runs, right click and select show output.
shorter way:
1-Alt + Shift + R
2-Ctrl + 4
second way:(in menus of netBeans)
1-go to window tab
2-go to IDE tools
3-click on Test Result
4-again in window tab click on Output
I found output option in window Menu.
in Netbeans 7.4 try Window -> Output OR Ctrl + 4
Easy way, just write some wrong code and Run > Build it will show the error in output window.
I tried all of the above but no success, just this one worked.
Servers---AT---right click---start in debugging mode

server view no longer shows server status

In the display server view I have two servers listed. Both used to show the server status by displaying either '[stopped]' or '[started]' as well as showing if the server was started in debug mode.
Today - only one of the servers is displaying this information, so somehow, I've managed to turn off the display of this info for the second server.
How did I manage to achieve this and, more importantly, how do I turn it back on again - it's a pain not being able to see this info at a glance.
To show or hide the state and status of the server from the Servers view:
Open the Label Decorations preference page: Click Window -> Preferences, expand General -> Appearance, and click Label Decorations.
select or clear the Server State Decorator check box. By default, this check box is selected.
See Showing the state and status in the Servers view