PL/SQL Developer - Show outline statement block - plsqldeveloper

As i can do in Visual Studio, I want to see outline statement block in PL/SQL Developer like that (red line) :
I don't find any plugin/trick for that, an idea ?
Thanks.

Related

square or Image icon pulling in the List in Paginated Reports

I have not added any image to the list, but when viewing the Paginated Report in Power BI Report Server I can see a broken image link.
Can anyone help me understand the reason why the icon has been showing up and help me get rid of it?
the Simplest Solution that I found was to not use Line.
I was using Line for the formatting purpose and it was mentioned in some article that in older version of report viewer, it search for padding and calls a blank image.
So I replaced Line with Textboxes with making the Top of the Textbox solid. This resolved my issue.

Why does the json code has an other color if it is very long in visual studio code?

I am using a JSON file in visual studio code and it is working very good. But if my text (value) is very long, it is not printed in orange like normal, its now white. Why does it is the case and how can I maybe change it back to orange (if it is possible). The functions are still the same.
its the new version. Wait to microsoft fix it or search a new theme. I dont like the new color. Good luck

android studio log cat automatically newline

I use Android studio 2.0.
Logcat show logs, but little bit odd.
I want to see one line. but it don't work.
Former Android studio 1.5 is show one line.
Please let me know how do that.
http://i.stack.imgur.com/26DCW.png
may be your soft wrap properties are enable.
Go to File--> Settings --> Editor --> General.
in General there is one option use soft wrap in editor.
just disable this option and try..
I think it works.
if it is not working then try this
there is red circle just click at that property on once.. your problem will be solved.
thank you.

How to display inline errors in the editor

On the scrollbar, the yellow areas designate warnings in the code. When hovering them, we get a nice preview of the code along with message labels at the end of the line, as seen in the screenshot below:
I find this really nice and would like to display them all the time directly in the code editor. I looked up a bit and didn't find any option for that. Is it possible? If yes, how?
Right now it is not possible: https://youtrack.jetbrains.com/issue/IDEA-139324 -- watch this ticket (star/vote/comment) to get notified with any progress.
It works like that only in Code Lense mode which allows you to preview small chunk of another part of your file together with errors/warnings/etc.
But if you want to see a list of all errors for this file/folder/whole project -- use Code | Inspect Code....

Using Firebug dev tools

I am using Firebug and I keep getting the spaces with arrows and don't know how to get rid of them. I believe it is coming form the line spacing from the Visual Studio but not sure.
Does anyone know how to get rid of them?
The arrow actually indicates a tab. To turn off their display open the HTML panel's options menu and uncheck the option Show Whitespace.
To automatically remove the trailing whitespace in Visual Studio there is an extension called CodeMaid, which takes care of that as you can read in an answer to another thread.