Is there a way to view in split screen the final outcome of my code?
-
I am wondering if there is a way to see what the outcome of my code looks like while I am writing it?
-
Notepad++ is a text editor. It is often used to edit underlying code, but you have to rely on something else (another application, or at least a plugin) to do something with that code.
You don’t mention what kind of code it is. Is it something like a batch file or Python program which runs using an interpreter? Is it code like c/c++ that needs to be compiled? Is it HTML, which needs to be rendered using a browser? All of those would have a possible answer which might or might not make you happy, but since you give no clue as to which it is, your question is virtually impossible to answer.