We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm trying to use the padawan server with this plugin, but I have no idea how to get it working, or even if it is working to begin with.
I've globally required the padawan package in composer, and this works by running padawan-server in the Terminal.
padawan-server
I've now added some config to the Default (OSX).sublime-keymap file like so:
Default (OSX).sublime-keymap
{ "keys": ["command+ctrl+o"], "command": "padawan_generate_index" },
But this doesn't do anything - like no output and not even sure if it's generating anything.
Is there anything in particular that needs adding to make this work correctly?
The text was updated successfully, but these errors were encountered:
Hi @cjmellor
I have disabled Padawan integration due to a high CPU problem (see #68).
I will look for a better and less coupled integration for this someday.
Sorry, something went wrong.
I have a big question. Basic padawan doesn't work at all now, you disabled padawan in your plugin, so is there any alternative to get it working?
@golaod You could try the plugin made by the padawan creator: https://github.com/mkusher/padawan.sublime
I may reintegrate padawan if the segmentation fault is fixed (see padawan-php/padawan.php#42)
That's why I wrote 'basic padawan doesn't work', because I also tried mkusher/padawan.sublime. Well, looks like I have to wait. Thanks :)
No branches or pull requests
Hi,
I'm trying to use the padawan server with this plugin, but I have no idea how to get it working, or even if it is working to begin with.
I've globally required the padawan package in composer, and this works by running
padawan-server
in the Terminal.I've now added some config to the
Default (OSX).sublime-keymap
file like so:But this doesn't do anything - like no output and not even sure if it's generating anything.
Is there anything in particular that needs adding to make this work correctly?
The text was updated successfully, but these errors were encountered: