Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About automatic completion #3

Open
BrianRotel opened this issue Nov 24, 2019 · 6 comments
Open

About automatic completion #3

BrianRotel opened this issue Nov 24, 2019 · 6 comments

Comments

@BrianRotel
Copy link

I'm sorry to disturb you. I'm a novice. I see that GIF in IDE introduction has automatic completion, but I can't use it in atom. How can I solve this problem?Thank you very much.

@dmitriyff
Copy link
Contributor

I'm sorry to disturb you. I'm a novice. I see that GIF in IDE introduction has automatic completion, but I can't use it in atom. How can I solve this problem?Thank you very much.

You need to create project by our plugin, after it you can use automatic completion in code. It's easy way.

Or try to create file .tern-project in root project folder with the next content

{
	"libs": [
		"screeps"
	]
}

@BrianRotel
Copy link
Author

BrianRotel commented Nov 24, 2019

I modified it according to your reply above, but it didn't work as before. Maybe it was my atom environment problem? I worked in the windows system. I created a file .tern-project was put in ~/.Atom/packages/screeps-ide/.Branches/default project root directory, and the content is what you replied to. Even I created the same file in the root directory of my superior. But It still doesn't work. I've looked up a lot of information, but there is very little about it. Can you tell me more about it? I'm looking forward to your reply!

@dmitriyff
Copy link
Contributor

Ok, I see. Yep, it's mistake in plugin. Now it's only work with copy of branch on local machine. Try to "Create New Project" it will be fetch selected branch to new project folder path.

@BrianRotel
Copy link
Author

BrianRotel commented Nov 25, 2019

Thank you very much.That problem has been solved.

@BrianRotel
Copy link
Author

BrianRotel commented Nov 25, 2019

To add, this problem is still good this morning, but not in the evening. I tried it because I closed the installed atom-ternjs-screeps plug-in.

@BrianRotel
Copy link
Author

I will continue to use Atom's ScreepsIDE. If any people have other problems, please share them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants