-
Notifications
You must be signed in to change notification settings - Fork 4
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
Completion doesn't start after "pause refact" #7
Comments
|
Pause problem: I see
my settings are in |
Update:
I see the settings in the commit, but I don’t see them in the sublime when I open Key Bindings
No information about key-bindings settings name.
The pause icon appears immediately after pausing, but then error icon is displayed |
Checked #16 - completion and pause icon working, |
Steps to reproduce:
Checking completion - completion is working
Press "pause refact" (in Tools menu) and check - completion is not working (OK)
Press pause again - check completion.
Expected result:
Completion started and working.
Actual result:
Completion not working.
No error messages.
In console:
Additional info:
If you restart sublime, completion still won't work. If then press "pause refact", console will display the following:
Traceback (most recent call last): File "/snap/sublime-text/156/opt/sublime_text/Lib/python38/sublime_plugin.py", line 1704, in run_ return self.run(edit) File "/home/fupfv/.config/sublime-text/Packages/refact/__init__.py", line 128, in run refact_session_manager.get_session(self.view).clear_completion() AttributeError: 'NoneType' object has no attribute 'get_session' reloading settings Packages/User/refact.sublime-settings
If you manually change "pause_completion" setting to false in .config/sublime-text/Packages/User/refact.sublime-settings, completion will work.
Versions:
Refact 0.0.1
Sublime Text? Build 4169
The text was updated successfully, but these errors were encountered: