Deimis

Results 8 comments of Deimis

I just tested with 89e2b68764088caec6a9a658758af339268d0fb0 and the result is the same. When entering or exiting full screen on main monitor, second monitor flickers. Actually, I have 3 same monitors. One...

I tried with Opera and FireFox browsers, sublime text 3, sublime merge, vscode and goland. No screen flickering detected.

No, this does not help: My work space settings are: "clang.cflags": ["-std=c99","-nostdinc","-I${workspaceRoot}/source_headers/**", "-IC:/Keil/ARM/RV31/INC"], This is what I get: ![clangcomplete](https://cloud.githubusercontent.com/assets/9738294/15643288/29db0aec-2655-11e6-9f0d-8463a5b3ccd9.png)

I found a way for disabling clang's stdlib compleation :) - "-nobuiltininc", - "-nostdlibinc", - "-nostdinc",

I was fast to jump to conclusion when I sad that I said it worked:/

It kinda works but I can see the change in position. I guess we can close this issue, but can be feature for the future to implement functions get position,...

> Had the same issue with robotn/gohook and go-vgo/robotgo, solved it with the suggestion made in: [github.com/robotn/gohook/issues/27#issuecomment-981049033](github.com/robotn/gohook/issues/27#issuecomment-981049033). The link is broken. Can you fix it?

Did you tried to disable C_Cpp extension's autocomplete? It helped for me.