mk
mk
I'm using `hss` to connect to 3 Ubuntu servers (the same edition). The problem is on 2 of them `~/.bash_profile` is not read over `hss`, even though it is being...
Some tools (like Tern for Sublime) also print URLs in console. It would be nice to have them clickable too.
When developing commandline programs, esp. shell scripts, it would be very useful to have ability for Code Runner to ask for run arguments in a popup and remember them for...
What the title says.
There only seems to be README here.
Hello, I found that on complex projects PERT chart is very useful to track dependencies and decide what to do next. Would it be much work to get your relation...
When you're using virtualenv, SPT changing interpreter path from "#!/usr/bin/env python" to "#!/usr/bin/python" on tidy is rather undesirable. /usr/bin/env is there for a reason.
I wrote: ``` def fun(): fname = hashlib. ``` And `hashlib` is not imported at the top. Importing some symbol with `Ctrl-space` after dot does not add import either. VSCode:...
It would be nice to be able to explicitly indicate symbol to import on a shortcut while cursor is on the symbol An extended version could have separate shortcuts for...