Closed iToto closed 10 years ago
No package that I know of but seems to work like a charm in ST3, just tried it.
yeah same. Just thought maybe there would be a package for it.
If it works we should have a package that validate in http://www.caniswitchtosublimetext3.com
:+1:
It works perfectly in ST3 for me as well.
Good news/ What does it takes to get it tagged in https://sublime.wbond.net/ as ST3 complaint?
I believe it's just a matter of forking wbond/package_control_channel and changing
"sublime_text": "<3000"
to
"sublime_text": "*"
I haven't done this myself but it seems easy enough.
how is that it's working for you? I got an error in both cases (when installing through package control and also through git clone) the error:
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 543, in run_
return self.run(edit, **args)
TypeError: run() got an unexpected keyword argument 'url'
That's too bad. It could be an OS issue, it's running perfectly on OSX, but I see you're running Windows. On 10 Sep 2013 15:32, "stevenp" notifications@github.com wrote:
how is that it's working for you? I got an error in both cases (when installing through package control and also through git clone) the erro:
Traceback (most recent call last): File "C:\Program Files\Sublime Text 3\sublimeplugin.py", line 543, in run return self.run(edit, **args) TypeError: run() got an unexpected keyword argument 'url'
— Reply to this email directly or view it on GitHubhttps://github.com/kemayo/sublime-text-2-goto-documentation/issues/25#issuecomment-24159383 .
Yes, tested on OSX, do not know if its working on Windows
There's an error on Windows OS and i'm not a python guy to fix that :(
i use it on Win 7 and it works great with php.net
just tried to access the docs in following php code
<?php
print_r($_GET);
that is expected to jump to
but instead got this same error:
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 543, in run_
return self.run(edit, **args)
TypeError: run() got an unexpected keyword argument 'url'
OS: Windows 8 x64
strange, maybe a win 8 problem, i tried your example and it works perfect Win 7 x64 ST3047
Back to topic, Goto Documenation is now available via Package Control :)
Can't seem to find this package on ST3. Is it only available through manual install?