I copied my code from notepad and pasted here in eclipse but I'm getting these line colored horizontal lines. Can anyone please tell me how can I solve this issues
Related
In the first screenshot is VS Code on my PC and the second one is from my laptop.
As you can see, I'm using the same code in both screenshots, but in img1, the terminal output ("3") is on the different line with the file directory unlike the second one which stick right into it.
I don't know how to fix this problem, if anyone know how to change this please give me an instruction
first screenshot
second screenshot
I use Vs code for my coding.However I am getting weird lines in my code. Happens only when I am editing a .c file and not with .py file. Does anyone know a quick fix for this? Thanks.
I am getting the error wavy lines before each tab in VS Code. Every google search points to error indicator below text, but my issue is before any code (tab spaces). I can delete space and add it back and it removes it for that one space. The file is set for the correct language.
Thanks
When i am selecting some code in the editor part in eclipse i want to fetch the starting line no of that code and the end line no of that code.
It would be a great help if someone can help me.
is there any plugin for eclipse to add some space below the code so that I can scroll the last line up to half the screen / up to the top? I hate it when the line I am writing on is always on the bottom of my screen.
Of course, I could add these lines myself, but that would also mean that I have to remove them later, and I don't feel comfortable with so many empty lines...
If there is no such plugin, would it be easy to write one?
I suggest as you are saying adding these lines manually and in the end hit Ctrl+Shift+F to format your code which also includes removing those empty lines at the bottom.