-
Also:
- [x] Add spaces to curlies in imports and object assignments
- [ ] In prettier as well
Updates for eslint
- [x] order import/export
- [x] Array types defined with generic syntax
- [x] Cons…
-
I have noticed in the past few versions that these configuration options have been removed.
Can we please get back configuration options to:
1. choose if we want inline suggestions or show suggestion…
-
一些好用的python vscode插件
-
I normally use Xcode exclusively for all my developing needs as an iOS dev. Recently working for a small startup I've had to step out of my comfort zone and play Web dev. as well as get more into back…
-
`self.rank = 1000` is listed in the examples:
```
class Source(Base):
def __init__(self, vim):
super().__init__(vim)
self.name = 'async'
self.mark = '[async]'
…
-
我感觉 .nvim 的插件比官网的好用不止一点点,像Codeium tabnine 都已经从vim 切换到nvim了。
-
-
My System is WSL2
python: 3.8.12
I run script “pip install --upgrade jupyterlab_tabnine” in my Zsh
then in jupyterLab nothing is happen
I restart my jupyterLab, nothing is happen too
Can show…
-
Here's my config (excerpt from `init.vim`):
```
call deoplete#custom#var('tabnine', {
\ 'line_limit': 500,
\ 'max_num_results': 6,
\ })
```
Yet, the result is clearly > 6:
![outp…
-
This looks like a killer feature:
https://copilot.github.com/
Do you know if it works in oni2? Can this be added to the manual if it is the case? :) .