Koichi Shiraishi
Koichi Shiraishi
and yes. like `deogoto.nvim` I want to, core code written in Python, but each sources can write each language. but it's concept is too difficult... make the goto for python...
@zhou13 oh, > it's concept is too difficult I mean, e.g. go to for Python code **deogoto source** is `goto.py`, for Rust is `goto.rs`, for Ruby is `goto.rb`. Now, **`deoplete.nvim`**...
> since we can always use some coarse regex to get it work in 80% cases. I make it because it is hate \o/ lol
@vext01 @tarasmatsyk @viniciusarcanjo OK, thanks for interested my project. To be clear, I do not plan to implement GoTo in deoplete-jedi. Sorry. --- BTW, My current state is below. Now...
@blueyed Oh, sorry, in other words? Or, this reply is not for me?
@expipiplus1 Thanks, I'm consider it.
@expipiplus1 Also, I will add differences between YouCompleteMe.
@blueyed Ah, just only for easily maintenance for developers. Not for testing. I mean, introduction of a pseudo type checking.
@blueyed Yes, like ``` python x = 1 # type: int x = 1.0 # type: float x = True # type: bool x = "test" # type: str x...
@Ploppz Thanks issue. I will debug it later. but, I want to real(reproducible) C++ file. Could you post a sample `.c++`(`.cc`?) file?