This might not be feasible for you, but Visual Studio Code supports remote development. It more or less runs the GUI on your local PC and runs all the language services, debuggers, etc on the remote machine. That doesn’t eliminate lag, but it certainly can improve it.
thanks for the tip! Yes i use the remote development features of my IDE or work out of a terminal - when I learned about this it changed my world. Input lag still blows but is much better. I, unfortunately, sometimes have to look at dashboards and navigate them. In those instances I port forward so the UI elements are loaded locally by my machine, and the only lag is server response time. But keeping track of all ports i’ve forwarded, plus makng sure the tunnels don’t die - these things are like pebbles in your shoe.
This might not be feasible for you, but Visual Studio Code supports remote development. It more or less runs the GUI on your local PC and runs all the language services, debuggers, etc on the remote machine. That doesn’t eliminate lag, but it certainly can improve it.
thanks for the tip! Yes i use the remote development features of my IDE or work out of a terminal - when I learned about this it changed my world. Input lag still blows but is much better. I, unfortunately, sometimes have to look at dashboards and navigate them. In those instances I port forward so the UI elements are loaded locally by my machine, and the only lag is server response time. But keeping track of all ports i’ve forwarded, plus makng sure the tunnels don’t die - these things are like pebbles in your shoe.