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

PHP Autocomplete #167

Open
codeyash opened this issue Jan 8, 2016 · 3 comments
Open

PHP Autocomplete #167

codeyash opened this issue Jan 8, 2016 · 3 comments

Comments

@codeyash
Copy link
Member

codeyash commented Jan 8, 2016

  • Exclude . when pop up AutoCompleter
  • When . pressed convert -> and show popup

We will add more rules here

@codeyash codeyash added this to the 2.1.0 Alpha 1 milestone Jan 8, 2016
@codeyash
Copy link
Member Author

codeyash commented Jan 8, 2016

The first, ->, is used when you want to call a method on an instance or access an instance property.

The second, ::, is used when you want to call a static method, access a static variable, or call a parent class's version of a method within a child class.

@codeyash codeyash modified the milestones: 2.1.0 Alpha 3, 2.1.0 Alpha 1 Feb 12, 2016
@codeyash
Copy link
Member Author

codeyash commented Mar 8, 2016

Some PHP:// weird data entry is showing remove that.

And also add php start and close in snippets for faster work.

@codeyash
Copy link
Member Author

Working on command based parser.

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

1 participant