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

Autocompletion inside paths #21

Open
Chris2011 opened this issue Mar 18, 2016 · 2 comments
Open

Autocompletion inside paths #21

Chris2011 opened this issue Mar 18, 2016 · 2 comments

Comments

@Chris2011
Copy link

When I type IMAGE = "org..." it would be nice, to have code completion for the path, so I type o and the code completion for paths comes up, i hit enter when the first element is selected and org/ is written. instantly after hitting enter I got the new code completion for the next path like "netbeans", for example.

So here are the steps:

o -> org/
org/n -> netbeans/
org/netbeans/...

Regards

Chris

@markiewb
Copy link
Owner

@Chris2011: In java code? Which is the target type of IMAGE? I am not sure, that such a feature belongs to this plugin.

@Chris2011
Copy link
Author

It's not about the type, it is always a string but inside this string, it should be possible to identify org as a folder like inside the script tag:

<script src="scripts/foot.js">

etc. Clear what I mean?

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

No branches or pull requests

2 participants