並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 33 件 / 33件

新着順 人気順

codeの検索結果1 - 33 件 / 33件

  • VS Codeでマークダウンを快適に書きたい! オススメの拡張機能と設定6選 - ICS MEDIA

    ブログの文章やドキュメント作成など、さまざまなシーンで使われる記法に「マークダウン記法」があります。文字修飾の簡単さや読みやすさから使うタイミングは多々あると思いますが、みなさんは快適にマークダウンを書けていますか? 筆者はVS Codeでドキュメントをマークダウンで書くことが多く、表の作成・編集やプレビュー表示など、めんどくさい・見づらい・使いづらいと思うことがあります。どうにか快適に書けないかと思いさまざまな拡張機能や設定を試しながら業務を行ってきました。 この記事では、筆者が試した拡張機能やVS Codeの設定の中で便利だったものを紹介します。①から⑥まではすべて無料で利用できるので気軽に試してみてください! ①マークダウンの表をエクセルからコピペできる拡張機能 VS Codeでの表の作成に重宝しているのが「Excel to Markdown table」という拡張機能です。エクセル

      VS Codeでマークダウンを快適に書きたい! オススメの拡張機能と設定6選 - ICS MEDIA
    • Microsoft、「AI Toolkit for VS Code」を発表/既存の「Windows AI Studio」をクロスプラットフォーム拡充、発展させる

        Microsoft、「AI Toolkit for VS Code」を発表/既存の「Windows AI Studio」をクロスプラットフォーム拡充、発展させる
      • [VS Code]タブのカスタムラベル設定でpage.tsx、layout.tsxなどのファイルを見やすくする | DevelopersIO

        [VS Code]タブのカスタムラベル設定でpage.tsx、layout.tsxなどのファイルを見やすくする どうも!オペレーション部の西村祐二です。 最近、Next.jsなどでフロントエンドの実装も行うことが増えてきました。 実装を進めていくと、page.tsx,layout.tsx,index.tsx,route.tsなど同名のファイルが増えてきて、どのファイルを開いているか分かりづらいなと思う場面がありました。 VS Codeのv1.88で開いているファイルタブのラベルをカスタマイズできるようになったので、その設定方法を紹介したいと思います。 Visual Studio Code March 2024 結論 最初に結論として、settings.jsonに下記設定をすることでディレクトリ名も表示されるようになりタブを見やすくすることができます。 .vscode/settings.js

          [VS Code]タブのカスタムラベル設定でpage.tsx、layout.tsxなどのファイルを見やすくする | DevelopersIO
        • AWS Infrastructure as Code の新機能を総まとめ! 2023.1-2024.5

          2023年1月から2024年5月までの AWS Infrastructure as Code 関連のアップデートを解説しています。JAWS-UG CDK支部 #14 でお話させていただきました。 https://jawsug-cdk.connpass.com/event/317935/

            AWS Infrastructure as Code の新機能を総まとめ! 2023.1-2024.5
          • VS Code Extensions and WebAssembly

            It is important to note that the component model does not support low-level (C-style) pointers. As such, you cannot pass object graphs or recursive data structures. In this respect, it shares the same limitations as JSON. To minimize data copying, the component model introduces the concept of resources, which we will explore in more detail in a forthcoming section of this blog post. The jco projec

              VS Code Extensions and WebAssembly
            • 「Visual Studio Code」のMarkdown支援やショートカットキー変更機能が大きく強化/v1.89.0が安定版に

                「Visual Studio Code」のMarkdown支援やショートカットキー変更機能が大きく強化/v1.89.0が安定版に
              • Microsoftのコーディングフォント「Cascadia Code」が3年ぶりのメジャー更新/ターミナルアプリのカラフル描画に適したグリフ、アプリやWebサービスのアイコンも

                  Microsoftのコーディングフォント「Cascadia Code」が3年ぶりのメジャー更新/ターミナルアプリのカラフル描画に適したグリフ、アプリやWebサービスのアイコンも
                • Blazor WASM × Code-first gRPC で始める C# ⼤統⼀理論

                  ■イベント イマドキのC# .NET Web開発 〜gRPC, GraphQL, Blazorもあるよ〜 https://sansan.connpass.com/event/316664/ ■発表者 Sansan Engineering Unit Data Hubグループ 今村 有人 ■ Sansan Data Hub エンジニア採用情報 https://media.sansan-engineering.com/datahub-engineer

                    Blazor WASM × Code-first gRPC で始める C# ⼤統⼀理論
                  • Examining the Deception infrastructure in place behind code.microsoft.com

                    The domain name code.microsoft.com has an interesting story behind it. Today it’s not linked to anything but that wasn’t always true. This is the story of one of my most successful honeypot instances and how it enabled Microsoft to collect varied threat intelligence against a broad range of actor groups targeting Microsoft. I’m writing this now as we’ve decided to retire this capability. In the pa

                      Examining the Deception infrastructure in place behind code.microsoft.com
                    • [小ネタ]VS Codeの拡張なしでキャメルケース、パスカルケース、スネークケース、ケバブケース、大文字、小文字に変換する | DevelopersIO

                      どうも!オペレーション部の西村祐二です。 Python、TypeScriptなどいろんな言語でプログラミングしていると、関数名や変数名などをキャメルケース、スネークケースに変更したい、大文字に変換したい場面がちょくちょくあります。 今まではchange-caseという文字列を変換してくれる拡張機能を導入してましたが、VS Codeデフォルトの機能でも変換できることを知ったので紹介したいと思います。 環境 VS Code: 1.89 変換方法 文字列を選択し、「cmd + shift + p」などでコマンドパレットを開きます。 検索窓に「transform」と入力します。 変換したい形式を選択します。 下記ではサンプルとしてケバブケースに変換してます。 対応形式 バージョン1.89現在、下記に対応してます。 キャメルケースに変換 スネークケースに変換 ケバブケースに変換 パスカルケースに変換

                        [小ネタ]VS Codeの拡張なしでキャメルケース、パスカルケース、スネークケース、ケバブケース、大文字、小文字に変換する | DevelopersIO
                      • Real World Type Puzzle and Code Generation

                        TSKaigi 2024 https://tskaigi.org/

                          Real World Type Puzzle and Code Generation
                        • オラクル、JavaやSQLに最適化したプログラミング支援AI「Oracle Code Assist」発表。PL/SQLコードのリファクタリングとテストなども可能

                          オラクルは、Visual Studio Codeなどのコードエディタ上でコードの生成やテストケースの作成、アップグレードの自動化などを可能にするプログラミング支援AI「Oracle Code Assist」を発表しました。プレスリリース、日本語ブログ)。 Oracle Code Assistはさまざまなプログラミングに対応すると同時に、Java、SQL、Oracle Cloudでの開発に最適化されており、コードのコンテキストに沿ったコードの生成や補完、テストなどを生成可能で、また企業ごとにカスタマイズすることも可能です。 例えば、下記は「Create Java Websocket server」と右下のチャット欄で指定すると、右上のウィンドウでJavaのコードが生成されています。 Visual Studio CodeとJetBrains IntelliJ IDEAのプラグインとして提供され

                            オラクル、JavaやSQLに最適化したプログラミング支援AI「Oracle Code Assist」発表。PL/SQLコードのリファクタリングとテストなども可能
                          • GitHub - verus-lang/verus: Verified Rust for low-level systems code

                            Verus is a tool for verifying the correctness of code written in Rust. Developers write specifications of what their code should do, and Verus statically checks that the executable Rust code will always satisfy the specifications for all possible executions of the code. Rather than adding run-time checks, Verus instead relies on powerful solvers to prove the code is correct. Verus currently suppor

                              GitHub - verus-lang/verus: Verified Rust for low-level systems code
                            • Announcing the AI Toolkit for Visual Studio Code

                              We are excited to introduce the AI Toolkit for Visual Studio Code, a powerful VS Code extension available today in the Visual Studio Marketplace. AI Toolkit enables developers to explore, try, fine-tune, and integrate state-of-the-art models from Azure AI Studio and HuggingFace into applications. The AI Toolkit is an evolution of the Windows AI Studio extension that was released in November 2023.

                                Announcing the AI Toolkit for Visual Studio Code
                              • Deno で作る快適な “as Code” プラットフォーム – TSKaigi 2024

                                TSKaigi 2024 での登壇資料です。 プログラマブルなセキュリティ SaaS「Shisho Cloud」における、「クラウドの設定値検査ルールをTypeScriptで書ける」という機能について、その背景や Deno をベースにした実行基盤の作り方などを発表しました。 参考: リリースノート

                                  Deno で作る快適な “as Code” プラットフォーム – TSKaigi 2024
                                • GPT-4oとStreamlitでOpenAI Assistants APIのCode Interpreterを検証した現状と課題

                                  はじめに OpenAIのAssistants APIをそのまま使用することで、自前でLangChainのエージェントなどを使用して同様の処理を実装する手間を省け、非常に便利です。ただ、現状(2024/05/18)ではまだβ版ということもあり、APIのインタフェースの改変も多く見られます。 Assitants APIを用いたcode-interpreterのUIをstreamlitで実装 においても、実装例が紹介されていますが、そのままでは動作しないこともあり、最新版での動作検証も兼ねてStreamlitでの実装例を紹介します。 また、本記事ではStreaming対応済みの実装を取り入れており、よりリアルタイムな対話が可能となっています。 扱っているモデルは2024/05/14に発表されたGPT-4oを用いています。 目次 はじめに 実装例 app.py openai_handler.py

                                    GPT-4oとStreamlitでOpenAI Assistants APIのCode Interpreterを検証した現状と課題
                                  • RubyKaigi 2024 - Writing Weird Code (Day1) - Techouse Developers Blog

                                    こんにちは、2024年に新卒で入社し、クラウドハウス労務事業部でバックエンドエンジニアをしているdaiki_fujiokaです。 本記事では、1日目のTomoya Ishida(@tompng)さんによるKeynote、Writing Weird Codeについて紹介させていただきます。 セッションについて 本セッションでは文字通りWeired(奇妙)なコードを通じて、 Ruby 言語の特徴やプログラミングの面白さについて紹介しています。 セッションで紹介されたtompngさんのコードがこちらになります。 こちらはRubyKaigi 2022で行われたイベント Transcendental Ruby Imbroglio Contest for rubyKaigi でtompngさんが金賞を受賞したコードになります。 一見ただの数字の羅列に見えますがこのコードは Ruby で実行可能であり、

                                      RubyKaigi 2024 - Writing Weird Code (Day1) - Techouse Developers Blog
                                    • RubyKaigi 2024のファインディブースで出したRuby Code Quiz解説 - Findy Tech Blog

                                      こんにちは、あるいはこんばんは。 @gessy0129です。 沖縄、行ってきました! 観光、しませんでした! とても楽しかったです! 今回、ファインディブースでは、Ruby歴×Ruby関連のカンファレンス参加回数は?というアンケートと日替わりでRuby Code Quizを実施しました! 全体的なブースの話はDevRelのまっきーがまとめているのでそちらをご覧ください! note.com 本記事では、エンジニアなら気になるであろうFindy Ruby Code Quizの解説をしていきたいと思います!では、早速見ていきましょう! 一日目 - Rubyバージョンの組み合わせ 問題 下記、実行結果のRubyバージョンの組み合わせを答えてください。 なお、ひとつのバージョンはひとつの選択肢にのみ回答できます。 Ruby versions: 3.3.0 or 3.2.0 or 3.1.0 or 3

                                        RubyKaigi 2024のファインディブースで出したRuby Code Quiz解説 - Findy Tech Blog
                                      • 「Visual Studio Code」バージョン1.89リリース ブランチ切り替え時のエディタ保存、復元機能など

                                        「Visual Studio Code」バージョン1.89リリース ブランチ切り替え時のエディタ保存、復元機能など:Ver.1.89に追加された機能を紹介 MicrosoftはVisual Studio Codeのバージョン1.89をリリースした。ブランチ切り替え時のエディタ保存、復元機能やGitHub Copilotにおけるコンテンツ除外機能などが加わった。

                                          「Visual Studio Code」バージョン1.89リリース ブランチ切り替え時のエディタ保存、復元機能など
                                        • GitHub - baweaver/refactor: Utilities for refactoring and upgrading Ruby code based on ASTs.

                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                            GitHub - baweaver/refactor: Utilities for refactoring and upgrading Ruby code based on ASTs.
                                          • Embedding it into Ruby code

                                            RubyKaigi 2024, Naha

                                              Embedding it into Ruby code
                                            • Data Wrangler Extension for Visual Studio Code がGAになったよ | DevelopersIO

                                              はじめに データアナリティクス事業本部の大谷(おおや)です。 ついにData Wrangler Extension for Visual Studio Code(以降Data Wrangler)がプレビュー版から正式版になりました! この記事では、前回紹介できなかった、ファイルからData Wranglerを起動する方法についてまとめていきたいと思います。 Data Wrangler とは VSCode および VSCode Jupyter Notebook で、データの表示や分析を直感的に行うことができるようになる VSCode の拡張機能です。 セットアップ インストール方法や、ランタイムの設定などは前回記事をご確認ください。 実践 ファイルから Data Wrangler を開く方法は3パターンあります。 それぞれ確認していきましょう。 1. VSCode のエクスプローラー上で右ク

                                                Data Wrangler Extension for Visual Studio Code がGAになったよ | DevelopersIO
                                              • Kubernetes Code Contribution入門

                                                Kubernetes Novice Tokyo #32 で登壇したセッションの資料です。 https://k8s-novice-jp.connpass.com/event/317561/ 配信URL: https://www.youtube.com/live/sRLG9ufaZ4M

                                                  Kubernetes Code Contribution入門
                                                • 【vscode】Code Spell CheckerでRe:ゼロから始めるタイプミスらない世界生活 - Qiita

                                                  はじめに こんにちは!@nyakako13 です。 少し前からtypescript,reactの学習を進めています。 プログラミング学習していて教材やQiita、Zennの記事でおすすめのvscode拡張機能をとりあえずたくさん入れてみたけど、よくわからない拡張機能がある。うまく使いきれずにうっとうしくなってアンインストールしてしまった。そんな経験はありませんか? 私はありますw 今回は、プログラミングの大敵、タイプミス、スペルミスを教えてくれるvscodeの拡張機能の 「Code Spell Checker」 のお話です。 私は以前、一度導入していたのですが、vscodeで問題が発生しまくるのと、対応のための辞書登録が面倒でアンインストールしてしまい、それからずっと使っていませんでした。(今思えばそもそもの使い方がわかっていなかった。) 今回、改めて「Code Spell Checker

                                                    【vscode】Code Spell CheckerでRe:ゼロから始めるタイプミスらない世界生活 - Qiita
                                                  • CodeCopilot AI - AI Code Generator

                                                    • IBM’s Granite code model family is going open source

                                                      IBM is releasing a family of Granite code models to the open-source community. The aim is to make coding as easy as possible — for as many developers as possible. Over the last several decades, software has been woven into the fabric of every aspect of our society. But for all the increased productivity that modern software has brought to how we work, the actual act of writing, testing, debugging,

                                                        IBM’s Granite code model family is going open source
                                                      • Microsoft、「AI Toolkit for VS Code」を発表(窓の杜) - Yahoo!ニュース

                                                        米Microsoftは5月21日(日本時間)、「AI Toolkit for Visual Studio Code」を発表した。「Visual Studio Marketplace」から無償でダウンロードできる。 【画像】ローカルで実行できるように最適化された「Azure AI Studio」モデルのカタログ 「AI Toolkit」は「Visual Studio Code」に対応する拡張機能で、2023年11月にリリースされた「Windows AI Studio」拡張機能の進化版と位置付けられている。アプリで新しいAIモデルを実験するプロセスをプラットフォームを問わずシンプルにしてほしいという「Windows AI Studio」ユーザーの要望に応え、「Azure AI Studio」と「Hugging Face」の最先端のモデルを探索・試用・微調整し、アプリへ統合できるように再構築した

                                                          Microsoft、「AI Toolkit for VS Code」を発表(窓の杜) - Yahoo!ニュース
                                                        • GitHub - Codium-ai/cover-agent: CodiumAI Cover-Agent: An AI-Powered Tool for Automated Test Generation and Code Coverage Enhancement! 💻🤖🧪🐞

                                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                            GitHub - Codium-ai/cover-agent: CodiumAI Cover-Agent: An AI-Powered Tool for Automated Test Generation and Code Coverage Enhancement! 💻🤖🧪🐞
                                                          • GitHub - go-to-k/cdk-gof-design-pattern: This is sample repository for AWS CDK x GoF design patterns including concrete CDK code and class diagrams.

                                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                              GitHub - go-to-k/cdk-gof-design-pattern: This is sample repository for AWS CDK x GoF design patterns including concrete CDK code and class diagrams.
                                                            • Visual Studio Code April 2024

                                                              Version 1.89 is now available! Read about the new features and fixes from April. April 2024 (version 1.89) Update 1.89.1: The update addresses these issues. Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the April 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights

                                                                Visual Studio Code April 2024
                                                              • crev - Code REView system

                                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                  crev - Code REView system
                                                                • MLOpsの「壁」を乗り越える、LINEヤフーの Data Quality as Code

                                                                  データの品質はMLモデルの信頼性に関わる重要な指標ですが、サイエンティストと運用者の連携は容易ではなく、MLOpsをスケールアウトする上で運用面のボトルネックとなりやすいポイントです。このセッションでは、信頼性の高いMLモデル運用を効果的に実現する、LINEヤフーのData Quality as Codeの仕組みを紹介します。

                                                                    MLOpsの「壁」を乗り越える、LINEヤフーの Data Quality as Code
                                                                  • Running code after returning a response from an AWS Lambda function | Amazon Web Services

                                                                    AWS Compute Blog Running code after returning a response from an AWS Lambda function This post is written by Uri Segev, Principal Serverless Specialist SA. When you invoke an AWS Lambda function synchronously, you expect the function to return a response. For example, this is the case when a client invokes a Lambda function through Amazon API Gateway or from AWS Step Functions. As the client is wa

                                                                      Running code after returning a response from an AWS Lambda function | Amazon Web Services
                                                                    1