Feature: Option to control polling time interval (when polling for code changes) squiggly line lag
See original GitHub issueI notice sometimes I’m editing Java code, the code linting lags behind. So assuming I type a line of code like so: String vscodeJava = null;
, the squiggly lines indicating errors slowly go like this (you can see it happening slowly in front of your very eyes long after you typed the whole line out):
S // can't find type
St // can't find type
Str // can't find type
Stri // can't find type
Strin // can't find type
String // missing variable name
String // missing variable name
String v // missing semicolon
String vs // missing semicolon
String vsc // missing semicolon
String vsco // missing semicolon
String vscod // missing semicolon
String vscode // missing semicolon
String vscodeJ // missing semicolon
String vscodeJa // missing semicolon
String vscodeJav // missing semicolon
String vscodeJava // missing semicolon
String vscodeJava // missing semicolon
String vscodeJava = // missing value
String vscodeJava = // missing value
String vscodeJava = n // can't find symbol
String vscodeJava = nu // can't find symbol
String vscodeJava = nul // can't find symbol
String vscodeJava = null // missing semicolon
String vscodeJava = null; // OK
Or see this GIF:
(Thank you to NickeManarin/ScreenToGif)
While this could be a bug, I think a feature to control the polling interval would be helpful. So it only polls the code for changes every second or two seconds or so.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Avoid latency when polling for activity tasks
Have at least 100 open polls per activity ARN at each point in time. ... To both reduce latency and minimize cost, use...
Read more >Change the Polling Interval for External Change Data Capture
By default, the external change data capture feature polls the external system every 30 minutes for tracked changes. You can change the interval...
Read more >Polling Intervals to Manage Information - TechDocs
polls some devices every 60 seconds, polls other devices every 300 seconds, and does not log statistics (the poll to log ratio is...
Read more >Bypassing CAPTCHAs with Headless Chrome - Jarrod Overson
Those squiggly lines, words, or numbers that block your way when you try to log in ... requests to the result endpoint, polling...
Read more >Change Polling Time Of Devices To 10 Seconds
If we take the 120 second default polling interval for latency / packet loss metrics and one of the polls fail, solarwinds will...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ok, let’s close this one as fixed then.
Recent changes improved the autocompletion performance.
Please download the most recent
java-<version>.vsix
file from http://download.jboss.org/jbosstools/jdt.ls/staging/ and install it by following the instructions here.If it still isn’t fast enough, you can change your vscode prefs like: