Could we potentially get syntax checking and autocompletion for other platforms besides the one we’re developing on? Like autocompletion for mingw on linux systems
➕ 9
o
olonho
12/31/2018, 8:53 AM
Sure, it already works, just use MPP plugin
s
serebit
12/31/2018, 4:55 PM
I am. All platforms besides ones that can compile on my system (which is Linux x64) appear with errors for all platform types and packages.
o
olonho
12/31/2018, 5:58 PM
Indeed only targets supported on host will work, for example Android or WASM on Linux.
s
serebit
12/31/2018, 5:59 PM
Exactly. My question being, would static analysis be possible for targets not supported on the host?
o
olonho
12/31/2018, 6:02 PM
In theory it is possible, however it is not very useful if you cannot compile for those targets anyway
➕ 1
s
serebit
12/31/2018, 6:02 PM
Unless you’re using a remote host to compile and deploy, like Gitlab CI.
💯 6
serebit
12/31/2018, 6:14 PM
I think adding static analysis for unsupported targets would be a welcome addition (and it appears that some others agree with me)