-
Notifications
You must be signed in to change notification settings - Fork 19
Autocomplete not working #2
Comments
It appears this issue originates in linting (get_structure_info). Set It could be a problem with ijson in windows... or perhaps a character encoding issue ? I don't have a windows system, so this will be hard for me to reproduce until I set up a virtual environment with your configuration. If you can, some more debug information would be helpful (for example on line 511 in SwiftKitten.py, print |
I removed the sublimelinter completely from my Sublime Text and ther error continued. Currently the SwiftKitten.py Do you mean that I should put the print like this? |
By the linting, I mean the linter setting in SwiftKitten.sublime-settings. You can set it to false. If you installed via package control, then the plugin is compressed in Installed Packages folder. You can use the PackageDev plugin to extract the plugin to the Packages folder so you can more easily edit the files. Sorry, the line number is 328 in your version. change it this:
|
Okay. And below is the result:
|
I have the same problem. I'm currently working with |
Autocomplete seems not to work at the moment. And when looking from the console, it gives this error:
Traceback (most recent call last):
File "C:\st3\Data\Installed Packages\SwiftKitten.sublime-package\ijson\ijson\backends\python.py", line 125, in parse_value
File "C:\st3\Data\Installed Packages\SwiftKitten.sublime-package\ijson\ijson\common.py", line 158, in number
decimal.InvalidOperation: [<class 'decimal.ConversionSyntax'>]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "SwiftKitten in C:\st3\Data\Installed Packages\SwiftKitten.sublime-package", line 160, in handle_timeout
File "SwiftKitten in C:\st3\Data\Installed Packages\SwiftKitten.sublime-package", line 112, in handle_timeout
File "SwiftKitten in C:\st3\Data\Installed Packages\SwiftKitten.sublime-package", line 118, in on_idle
File "SwiftKitten in C:\st3\Data\Installed Packages\SwiftKitten.sublime-package", line 329, in _get_structure_info
File "C:\st3\Data\Installed Packages\SwiftKitten.sublime-package\ijson\ijson\common.py", line 138, in items
File "C:\st3\Data\Installed Packages\SwiftKitten.sublime-package\ijson\ijson\common.py", line 65, in parse
File "C:\st3\Data\Installed Packages\SwiftKitten.sublime-package\ijson\ijson\backends\python.py", line 185, in basic_parse
File "C:\st3\Data\Installed Packages\SwiftKitten.sublime-package\ijson\ijson\backends\python.py", line 127, in parse_value
ijson.backends.python.UnexpectedSymbol: Unexpected symbol 'T' at 0
The text was updated successfully, but these errors were encountered: