question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Code intelligence doesn't work for some AS3/MXML projects in v0.23

See original GitHub issue

Hi 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:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
yooni126commented, Oct 15, 2019

Yes, my issue has been fixed now 👍

1reaction
joshtynjalacommented, Oct 14, 2019

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Code intelligence broken when non-class script files are ...
Hello, I can't make "go to" functions work in VSC for Flex actionscript project. I have root folder with asconfig and scripts in...
Read more >
Tweets with replies by AS3 & MXML for VSCode ... - Twitter
@as3mxml. ActionScript and MXML language extension for Visual Studio Code. ... v1.13 for Visual Studio Code adds some new code intelligence inside ASDoc ......
Read more >
ActionScript & MXML for Visual Studio Code
Enjoy the comforts of a fully-fledged ActionScript and MXML development environment. Completion of types and members; Automatically import new classes; Function ...
Read more >
Why does intellisense and code suggestion stop working ...
I have been having issues with Intellisense in Microsoft Visual Studio 2012. I will be working in a project, editing ...
Read more >
IntelliSense in Visual Studio Code
IntelliSense is a general term for various code editing features including: code completion, parameter info, quick info, and member lists.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found