jscholes, to python
@jscholes@dragonscave.space avatar

Needed to rename a test fixture in a file, and find/replace wasn't up for the job. So I decided to give a go:

I started by pressing Ctrl+F2, for "Change All Occurrences". I think that is basically find/replace, and hence didn't do what I wanted.

Instead, I installed the recommended Python extension, and pressed F2 for "Rename Symbol". That claims to have only made one change, and the references to the function are still using the old name.

So, consider me confused. I'm using , whereby the test fixtures are referenced as function arguments rather than being called directly. Maybe that's what VS Code is struggling with? Either way, I've now spent more time on this than just manually editing the text.

changelog, to random
@changelog@changelog.social avatar

This week on The Changelog: Scott Guthrie!

Scott joins @jerod & @adam at #Microsoft Build 2024 to discuss Microsoft being all-in on #AI.

From #Copilot, to #Azure AI and #Prompty, to their developer first focus, leading #GitHub, #VSCode being the long bet that paid off, to the future of a doctor’s bedside manner assisted with AI.

Microsoft is all-in on AI and Build 2024’s discussions and announcements proves it.

🎧 https://changelog.fm/593 #podcast

pirafrank, to ai
@pirafrank@mastodon.social avatar

📰 News: #Mistral #AI has just announced their GitHub Copilot-equivalent.

Codestral is their first #LLM model dedicated to code generation, and it currently outperforms other open source code models.

Want to test it? #VSCode integration is available via Continue.dev and Tabnine extensions.

You can use it now in non-production environments as per its license.

https://mistral.ai/news/codestral/

grrrck, to vscode
@grrrck@fosstodon.org avatar

Check it out, the #Shiny extension for #VSCode now supports both Shiny for R apps and Shiny for Python apps in everyone's second favorite IDE!

Along with the updates come a few neat features for deploying your Shiny apps as serverless ShinyLive apps using https://shinylive.io, or for saving a ShinyLive app as local #RStats or #Python files.

Learn more and see the extension in action in our release post: https://shiny.posit.co/blog/posts/shiny-vscode-1.0.0/

tjventurini, to random
@tjventurini@mastodon.social avatar

VS Code or PHPStorm? 🤔

outofcontrol,
@outofcontrol@phpc.social avatar

@tjventurini Depends… PHPStorm for laravel and other framework projects. VS Code for small single file scripts, or small frameworkless projects and testing quick one offs. No reason you can’t use both right?

#phpstorm #vscode #php

bradwilson, to vscode
@bradwilson@mastodon.social avatar

Does anybody know if there's a way in VS Code to tell the HTML and Markdown editors what the "root" of the site is?

I have a project where the web root lives under /site rather than / in the project, but the HTML and Markdown editors assume the root of the project == the root of the site. Short of opening just the site folder, is there a way to tell the editors where to look when doing Intellisense for links and to resolve static content in the Markdown preview?

#vscode #web #development

pamelafox, to python
@pamelafox@fosstodon.org avatar

My talk from VS Code Day is now live!

"Building a RAG-powered AI chat app with Python and VS Code"

I showed how to do RAG on a local PostgreSQL database, both with Ollama and OpenAI models.

https://www.youtube.com/watch?v=3ctFWU492xk

FunkyBob, to vscode
@FunkyBob@chaos.social avatar

Can anyone recommend a plugin that does actual validation and rendering?

I've tried 5 so far and half don't work, the others produce spurious errors :/

(and one even bogged down my whole machine, even when no openapi docs were open)

anderseknert, to vscode
@anderseknert@hachyderm.io avatar

Syntax highlighting of #Rego inside of fenced code blocks in markdown files, now supported by the #OPA #VSCode extension.

https://marketplace.visualstudio.com/items?itemName=tsandall.opa

Taffer, to vscode
@Taffer@mastodon.gamedev.place avatar

Thanks to @hakerdefo, I'm taking another look at VS Codium ('cause I like VS Code, but don't like Microsoft's business practices).

Going to see if it's got access to the extensions I'm using, and see if I can just copy my config over.

brennansv, to vscode
@brennansv@sfba.social avatar

Gotta say, VS Code and LSP have raised the bar for the baseline developer experience for all IDEs. Recently I installed an extension for shell scripts and with LSP support for the first time I have IDE support for shell scripting. It has all of the core IDE features that I would expect.

https://marketplace.visualstudio.com/items?itemName=mads-hartmann.bash-ide-vscode #VSCode #LSP

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

(1/3) Introduction to Data Wrangler 🚀

Data Wrangler is a new Microsoft VScode extension for data exploratory analysis. It supports Python 🐍 and Pandas 🐼 DataFrame objects and is integrated into VScode Jupyter Notebooks. Here are some of the functionalities of Data Wrangler:
✅ Data review
✅ Column filtering
✅ Summary statistics
✅ Data cleaning and transformation
✅ Hadeling missing values
✅ Creating new fields

#DataScience #data #python #vscode

image/png

nurkiewicz, to vscode
@nurkiewicz@fosstodon.org avatar

How I stopped worrying and became a polyglot programmer

jbzfn, to FreeBSD
@jbzfn@mastodon.social avatar
martijn, to vscode
@martijn@ieji.de avatar

The Microsoft #devskim project looks great, but it could use some #dev activity.

There is a great opportunity to improve the #vscode plugin or the #cli tool or to improve it's current default ruleset. You can use this tool for #security in your code, or common best practices.

Will you help me popularize it's usage? For me it's a serious contestant for the sluggish #sonarcube if it gets a bit more love 🩷

https://github.com/microsoft/DevSkim

poppastring, to CSharp
@poppastring@dotnet.social avatar

NuGet Commands in C# Dev Kit -

You can now manage your NuGet packages directly from Visual Studio Code using the new commands in the command palette.

#csharp #devkit #vscode :vscode: :csharp:

https://devblogs.microsoft.com/nuget/announcing-nuget-commands-in-c-dev-kit/

bentoh, to vscode
@bentoh@mastodon.online avatar

So over the past year I have been using for my and work. my workplace is trying to move to a unified IDE, and vscode allows remote access and WSL integration for free. However, so far it fails to spark joy in me like (despite lack of mode) and do. Everything feels clunky, and subpar. The "intelligent" and linting things are also quite broken in R... Has there been extensions that fundamentally change the vscode experience that I should be trying?

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

In the past few months, I created a bunch of Docker 🐳 tutorials covering random topics, from a fun setting for a Python 🐍 environment on the CLI to advanced topics such as multi-stage builds 🏗️. I organized all the tutorials under one folder, and I plan to keep updating this folder with future-related ones 😎.

Currently on my Docker tutorial TODO list:
➡️ Docker ENTRYPOINT vs CMD
➡️ Docker multi-architecture build

🔗 https://medium.com/@rami.krispin/list/docker-21408ce79e6a

Enjoy!

#docker #DataScience #vscode #mlops

sqrtminusone, to vim
@sqrtminusone@emacs.ch avatar

Google Books Ngram Viewer is a lot of fun, but... Who the heck was using in 1800? And what's that uptick in around 1880?

At least no one cared about in the 19th century.

Edit: now I know more about old English.

irfan, to vscode

I feel like the only complaint I have of , is that I use text editors like Kate/ a lot for searching certain keywords - this is a common use case I'm sure.

On VS Code this is easy, on Kate it can/should be too... except the arrows to go to the next or earlier iteration keeps moving when it reaches the very first iteration or very last iteration. It's such a little thing but genuinely frustrating - only bcos it is a very common use case when you're using a text editor like it.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines