Can't Install Jedi -Autocomplete in Sublime Text 3 - autocomplete

I'm trying to install the jedi autocomplete package in Sublime Text 3. Each time I try to install it using Package Control it just doesn't complete installation even after several HOURS!!!
It shows me no error messages . The package just doesn't install .
I've installed Various Packages but never faced this issue.It just Keeps displaying at the bottom of the Sublime Text as Installing but never completes the installation.
How to solve this problem?
Is there any other way to install the package?

Sorry for the late reply. Reinstalling sublime and rebooting my Windows 10 seems to have fixe this issue.
I tried to install jedi again, but in vain. So I reinstalled Sublime Text 3, rebooted my Windows 10 and I was able to install the jedi Autocomplete package.

Related

~/AppData/Local/nvim/init.vim doesn't exist

I am trying to install a config for Neovim and one of the installation steps requires that I install to ~/AppData/Local/nvim/init.vim. However, I don't see a nvim folder in /AppData/Local, only nvim-data. Anyone know why and how to fix? I installed Neovim with scoop by the way.

Having issues installing and using npm install -g yo generator-code on macOS Ventura

I wanted to update my Visual code studio theme I've created when I went to my terminal to update my theme. I put in the words. Yo code is showed an error that it couldn't be installed or found. I have installed the generator a few weeks ago. When I tried to reinstall it it told me to install it as an administrator, I did that when the process is complete I entered the same word. Yo code did not work so I decided to delete it all together, then reinstall it, but it didn't work. I have node installed and MPM I did the procedures correctly, but the generator does not work at all.
I tried reinstalling the generator, through node and NPM both as an administrator, but it did not work at all. I did a lot of research regarding that is shell, but there is no solution that kind of fix that issue I'm having.

issue with vscode-neovim navigations

I am using VsCode on MAC OSX.
I installed vscode-vim and editor works fine.
Now, I installed vscode-neovim extension and updated settings.json with below
"vim.enableNeovim": true,
"vim.neovimPath": "/usr/local/bin/nvim"
However, when I press arrow-keys in editor, I am getting below message
command 'vscode-neovim.up' not found
I checked the Keyboard Shortcuts see below entries for vscode-neovim.up, etc. like below
attachment.
Am I missing any other configurations?
thanks,
I had a similar issue after just installing vscode-neovim. It appears the current extension requires version 0.5.0 or later of neovim, which is a nightly/development release. On OSX, you can install it with brew install --HEAD neovim or see here for releases.
You probably also want to uninstall the vscode-vim extension from VSCode: these are conflicting extensions, not complementary.

Vs code blank terminal problem, can't enter anything

I'm user using Visual Studio code.
A few days ago, I've gone through some problems.
It's about "blank terminal". I'm not sure what trigger this problem.
I guess it's related with vs code updated 1.39 version. I attached the picture below.
enter image description here
I've tried searching solution in order to solve this problem. but I failed.
1. remove the 1.39 version. and re install vscode. (remove vscode file)
- sudo apt remove vscode, sudo apt autoremove
- I searched .vscode and then remove all( some setting file left.)
2. I tried to install vscode by snap, but result was same.
3. I started with root
- sudo code --user-data-dir => teminal is possible to see but environments not working => fail
4. I tried down grade.
- version 38,37 => failed (it's same result)
- version 32 => success (but it's old version, limited several utilities)
**Ubuntu 18.04.3 LTS , 64 bit
Anyone having same problems and working out, Please tell some methods.
I look forward to getting reply. Thanks.
Setting "terminal.integrated.inheritEnv" to true in settings.json solved this problem for me.
I think it is related to this bug
You need to select a default shell. Where it says 1:, click the down arrow and select your shell.
I was running into this issue with vscode that was installed through the ubuntu software center
I uninstalled it and deleted any settings using this https://superuser.com/questions/1113022/how-do-i-remove-vs-code-settings-from-ubuntu
I then installed through anaconda since I was already using it. This install worked fine.

There isn't INSTALL PACKAGE on PACKAGE CONTROL (Sublime Text 2)

(Operation System : Ubuntu)
I want to install Sublime ALignment plugin to my Sublime Text 2 .So, ı have installed Package Control plugin with this :
import urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp) if not os.path.exists(ipp) else None;open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read())
But i couldn't install ALignment via Package Control. There isn't Install Package option on my Sublime Text 2.
Screenshot of Preferences > Package Control
Can you explain me how can i install Sublime Alignment (and other plugins) ?
Had the same problem with ST2. It looks like it's something about localization, anyway, as a quick fix: just run "LANG=C" command before you start Sublime Text 2 from command line.
aranel#aranel-desktop:~/Desktop/Sublime Text 2$ LANG=C
aranel#aranel-desktop:~/Desktop/Sublime Text 2$ ./sublime_text
It should work correctly now :)
PS: In fact, you answered my question, Eray :) I was looking for a fix and just noticed Eray is a Turkish name too. And I noticed we have something in common :)
That's very strange. Try removing Package Control from your Packages folder (Preferences > Browse Packages) and reinstalling. Make sure you restart Sublime Text after you install it. If it still doesn't appear, your best option is to contact Will Bond or file an issue on github (https://github.com/wbond/sublime_package_control/issues).
What I did is delete the entire Sublime Text 2 folder in /Application Support/Sublime Text 2 and restart,reinstall