Code intelligence doesn't work for some AS3/MXML projects in v0.23
See original GitHub issueHi josh I have a weird issue and I really don’t know how can I fix it yesterday when I run VsCode in my mac os(Mojave) I saw the autoComplete codes method didn’t work for me even for recent projects that I have worked with them
in fact, Vscode looks like a notepad now!
these ways I tried to fix my problem but it didn’t work: 1-check asconfig.json 2-update java(8.0.221) 3-remove VsCode cache folder from Mac library 4-download Vscode again
this is my asconfig.json:
{
"animateOptions": {
"file": "./Tel.fla"
},
"files": [
"./Tel.as"
],
"compilerOptions": {
"external-library-path": [
"/Users/Younes/Documents/GitHub/MteamGoogleMapAPI/src",
"/Users/Younes/Documents/GitHub/FlexLibs-andOthers"
],
"source-path": [
"/Users/Younes/Documents/GitHub/MteamGoogleMapAPI/src",
"/Users/Younes/Documents/GitHub/ASPack",
"/Users/Younes/Documents/GitHub/SaffronCode",
"/Users/Younes/Documents/GitHub/FlexLibs-andOthers"
]
},
"type": "app",
"config": "airmobile"
}
example from output panel and my issue problem : https://drive.google.com/open?id=1EvSrpOuXEuGNuiz1b-X2TDUaEoagI8V4
for more information, from yesterday I was trying to run VsCode, the CPU is warm-up and Fan starts working. this is my activity monitor screenshot https://drive.google.com/open?id=1x7BVP1SJeiAYrzofyVkRwFw96Ge1Mjtb
also, this problem only occurs when I work with ActionScript codes because when I create *.js files the autoComplete method works without any problem
please help me to solve this crazy issue!
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top GitHub Comments
Yes, my issue has been fixed now 👍
Thank you. I can confirm that there seems to be an issue with for-each loops. I should be able to release another update later today that fixes it.