issues
search
sourcegraph
/
python-langserver
Language server which talks LSP via JSONRPC for Python.
MIT License
102
stars
12
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Enable support for python linting
#60
milind-shakya-sp
opened
6 years ago
0
Return range for hover requests
#59
attfarhan
opened
6 years ago
0
Configure Renovate
#58
renovate[bot]
opened
6 years ago
0
use pip via subprocess, not pip.main
#57
ggilmore
closed
6 years ago
1
Return empty contents on no hover
#56
keegancsmith
closed
6 years ago
1
Invalid response on hover
#55
felixfbecker
closed
6 years ago
0
put configuration information in readme
#54
ggilmore
closed
6 years ago
0
add xworkspaceReferences capability
#53
ggilmore
closed
6 years ago
0
Fix build
#52
nicksnyder
closed
6 years ago
0
Set xdefinitionProvider in initialize response
#51
keegancsmith
closed
6 years ago
0
Fallback to lightstep token in env
#50
keegancsmith
closed
6 years ago
0
set env vars from initializationOptions
#49
beyang
closed
6 years ago
2
Fix tests
#48
attfarhan
opened
6 years ago
0
WIP: Clone Project and run jedi locally on it
#47
ggilmore
opened
6 years ago
6
Add flake8 linter to project and travis ci
#46
ggilmore
closed
6 years ago
0
Read requirements.txt at the root of the repository
#45
ggilmore
closed
6 years ago
0
Add test for NOT fetching correct dependency version
#44
attfarhan
closed
6 years ago
0
fix module resolution when external pkg has module with same name
#43
ggilmore
closed
6 years ago
2
Fix not fetching external dependencies if they have conflicting moudle names
#42
ggilmore
closed
6 years ago
4
add travis ci config
#41
ggilmore
closed
6 years ago
0
fix indexing std lib when using virtualenv
#40
ggilmore
closed
6 years ago
0
Add simple tests and adjust our workspace internal module resoultion logic
#39
ggilmore
closed
6 years ago
2
Fix referencing location variable before assignment
#38
ggilmore
closed
6 years ago
0
Move project to using pipenv
#37
ggilmore
closed
6 years ago
0
local variable 'location' referenced before assignment
#36
attfarhan
closed
6 years ago
0
workspace/symbol fails
#35
sqs
opened
6 years ago
0
Can't run langserver in container with non-root user
#34
renfredxh
closed
6 years ago
0
Don't show hovers on string literals
#33
beyang
closed
7 years ago
2
`textDocument/completion` is not implemented
#32
derwiki
opened
7 years ago
1
WIP: Support operation on local FS and stdio mode
#31
beyang
closed
7 years ago
2
Fails using stdio mode
#30
Phantomape
closed
7 years ago
3
[textDocument/documentSymbol] Calculate range end correctly
#29
ilinum
closed
7 years ago
1
`Twisted` isn't handled correctly
#28
akhleung
opened
7 years ago
0
Improve the tooltip message when no code intelligence is available for a symbol
#27
akhleung
opened
7 years ago
7
test suite
#26
akhleung
closed
7 years ago
0
Symbol search on `joxeankoret/maltindex` doesn't seem to work
#25
beyang
opened
7 years ago
6
Expect references to `__init__` method to show me references of constructor
#24
beyang
opened
7 years ago
1
Some python imports do not work in joxeankoret/maltindex
#23
beyang
opened
7 years ago
0
improve import resolution
#22
akhleung
closed
7 years ago
0
improve import handling / module finding
#21
akhleung
closed
7 years ago
0
implement x-references and streaming
#20
akhleung
closed
7 years ago
0
Fork pip slightly
#19
akhleung
closed
7 years ago
1
on-demand dependency fetching; cross-repo definitions
#18
akhleung
closed
7 years ago
0
Broken stdio mode in Python Langserver
#17
vparfonov
closed
7 years ago
2
Unit tests for hover
#16
keegancsmith
closed
7 years ago
0
Crashing often in production with exit code 139
#15
keegancsmith
closed
7 years ago
2
getting code intelligence to work for external libs
#14
akhleung
closed
7 years ago
1
Try forking instead of threading. Oh, also, fix a typo.
#13
akhleung
closed
7 years ago
0
add lightstep tracing
#12
akhleung
closed
7 years ago
2
Symbol hover+refs work, but can't jump to def
#11
dadlerj
closed
7 years ago
3
Next