Discuss Scratch

Chiroyce
Scratcher
1000+ posts

VSCode Drip

NFlex23 wrote:

I think VSCode enables it by default in the latest update.
Yeah, and I decided to keep it as it is quite useful
NFlex23
Scratcher
1000+ posts

VSCode Drip

Chiroyce wrote:

(#121)

NFlex23 wrote:

I think VSCode enables it by default in the latest update.
Yeah, and I decided to keep it as it is quite useful
I agree, it is very useful; I've had it enabled for the last year or so, and it has saved me from a lot of syntax errors.
mybearworld
Scratcher
1000+ posts

VSCode Drip

Chiroyce wrote:

Yeah, and I decided to keep it as it is quite useful
I agree - but the colors were a bit weird, so I changed them:
mybearworld
Scratcher
1000+ posts

VSCode Drip

Is anyone here using TabNine?
-EmeraldThunder-
Scratcher
1000+ posts

VSCode Drip

mybearworld wrote:

Is anyone here using TabNine?
I do.
mybearworld
Scratcher
1000+ posts

VSCode Drip

-EmeraldThunder- wrote:

(#125)

mybearworld wrote:

Is anyone here using TabNine?
I do.
Nice!

Last edited by mybearworld (May 15, 2022 13:43:13)

uwv
Scratcher
1000+ posts

VSCode Drip

mybearworld wrote:

(#124)
Is anyone here using TabNine?
copilot > tabnine
mybearworld
Scratcher
1000+ posts

VSCode Drip

“Access to GitHub Copilot is limited to a small group of testers during the technical preview of GitHub Copilot. If you don’t have access to the technical preview, you will see an error when you try to use this extension.”
NFlex23
Scratcher
1000+ posts

VSCode Drip

uwv wrote:

(#127)

mybearworld wrote:

(#124)
Is anyone here using TabNine?
copilot > tabnine
Very true. Tabnine is also a lot slower, at least in my experience.
skymover1239
Scratcher
500+ posts

VSCode Drip

uwv wrote:

copilot > tabnine
Tabnine > Copilot because better availability. It even supports VIM.

Last edited by skymover1239 (May 15, 2022 17:00:56)

kccuber
Scratcher
1000+ posts

VSCode Drip

mybearworld wrote:

“Access to GitHub Copilot is limited to a small group of testers during the technical preview of GitHub Copilot. If you don’t have access to the technical preview, you will see an error when you try to use this extension.”
I do have github copilot access though, along with a few others, so that's not really a problem for me, but I do see where you could use tabnine.
uwv
Scratcher
1000+ posts

VSCode Drip


i have returned to super dark vsc theme
Chiroyce
Scratcher
1000+ posts

VSCode Drip

uwv wrote:


i have returned to super dark vsc theme
aaaa those curly brackets in like 2 and 13 scare me - why must you use such brackets in Typescript?

export default class Project {
    // Nice
}
export default class Project 
{
    // Scary (and makes it look like you're using c# or smthn)
}
Ponygone
New Scratcher
11 posts

VSCode Drip

Chiroyce wrote:

uwv wrote:

bruh only scratchers can host :(
i have returned to super dark vsc theme
aaaa those curly brackets in like 2 and 13 scare me - why must you use such brackets in Typescript?

export default class Project {
    // Nice
}
export default class Project 
{
    // Scary (and makes it look like you're using c# or smthn)
}
It’s scary because your used to JavaScript
god286
Scratcher
1000+ posts

VSCode Drip

@Chiroyce I also don't know why people do that as I am used to the way with the opening bracket being on the same line. But the brackets indicate a code block so the second one also makes some more sense.
MagicCrayon9342
Scratcher
1000+ posts

VSCode Drip

I've pretty much settled with this

If you are wondering what I'm coding in this screenshot, its the BracketsJS website.
NFlex23
Scratcher
1000+ posts

VSCode Drip

My obligatory VS Code show-off:

  • One Dark Pro theme
  • Material Icon Theme
  • Various extensions
PoIygon
Scratcher
1000+ posts

VSCode Drip

NFlex23 wrote:

My obligatory VS Code show-off:

  • One Dark Pro theme
  • Material Icon Theme
  • Various extensions
Whoopsies I think you leaked your next project called “Scratch-tutorials”
-EmeraldThunder-
Scratcher
1000+ posts

VSCode Drip


I've settled with Nord colour theme, default icons and co-pilot among other extensions.
uwv
Scratcher
1000+ posts

VSCode Drip

Chiroyce wrote:

(#133)

uwv wrote:


i have returned to super dark vsc theme
aaaa those curly brackets in like 2 and 13 scare me - why must you use such brackets in Typescript?

export default class Project {
    // Nice
}
export default class Project 
{
    // Scary (and makes it look like you're using c# or smthn)
}
i've been doing a lot of c++ recently give me a break!!!

Powered by DjangoBB