Skip to content

ziishaned/live-php-sublime

Repository files navigation

HugoBot for Sublime Text 3

Extension for Sublime Text that provide a playground for PHP

Notes

  • Annotation - Text inside the editor
  • Popup Menu - Shows a popup displaying some content

References

Important

### View Methods
self.view.erase_phantoms(<phantom_key>)

### timeout for sublime
sublime.set_timeout(lambda: self.handle_timeout(), 500)

### Get all the methods and objects of a class
dir(self.view)

Todos

Fix:

* [ ] Handle error from backend
* [ ] Cursor can go through the output

Features

* [ ] Use better file structure
* [ ] Create make file with lint command

Development

About

Extension for Sublime Text 3 that provide a playground for PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages