Амазон релизит расширение для VSCode
Ключевые возможности
• Test your code locally with step-through debugging in a Lambda-like environment.
• Deploy your applications to the AWS Region of your choice.
• Invoke your Lambda functions locally or remotely.
• Specify function configurations such as an event payload and environment variables.
https://aws.amazon.com/ru/blogs/developer/announcing-aws-toolkit-for-visual-studio-code/
#tools #vscode #dev
Ключевые возможности
• Test your code locally with step-through debugging in a Lambda-like environment.
• Deploy your applications to the AWS Region of your choice.
• Invoke your Lambda functions locally or remotely.
• Specify function configurations such as an event payload and environment variables.
https://aws.amazon.com/ru/blogs/developer/announcing-aws-toolkit-for-visual-studio-code/
#tools #vscode #dev
Amazon Web Services
Announcing AWS Toolkit for Visual Studio Code | Amazon Web Services
Visual Studio Code has become an enormously popular tool for serverless developers, partly due to the intuitive user interface. It’s also because of the rich ecosystem of extensions that can customize and automate so much of the development experience. We…
Началось бета-тестирование TabNine — это «умный» инструмент, который предлагает варианты автозаполнения во время написания кода. Он натренирован на 2 миллионах файлов с GitHub и умеет работать с несколькими языками: Python, Java, C++ и Haskell.
Вообще инструмент основан на модели GPT-2, предназначенной для обработки естественного языка. Но разработчики приспособили его и для понимания кода. К тому же, благодаря этому TabNine разбирается в документациях, а те как раз написаны на естественном английском.
TabNine совместим с VS Code, Sublime Text, Atom, Vim и прочими редакторами кода. Послать заявку на участие в бета-тестировании можно на сайте проекта.
https://tabnine.com/blog/deep
#vscode #vim #ide #plugins
Вообще инструмент основан на модели GPT-2, предназначенной для обработки естественного языка. Но разработчики приспособили его и для понимания кода. К тому же, благодаря этому TabNine разбирается в документациях, а те как раз написаны на естественном английском.
TabNine совместим с VS Code, Sublime Text, Atom, Vim и прочими редакторами кода. Послать заявку на участие в бета-тестировании можно на сайте проекта.
https://tabnine.com/blog/deep
#vscode #vim #ide #plugins
Forwarded from Находки в опенсорсе
This extension integrates Draw.io into #vscode
Features
- Edit .drawio or .dio files in the Draw.io editor, as xml or both.
- Edit .drawio.svg files with embedded Draw.io diagrams (might be slow for diagrams with > 400 nodes).
- To create a new diagram, simply create an empty .drawio or .drawio.svg file and open it!
.drawio.svg are valid .svg files.
- Uses an offline version of Draw.io by default.
- An online Draw.io url can be configured.
- A Draw.io theme can be selected.
https://github.com/hediet/vscode-drawio
#ts #docops
Features
- Edit .drawio or .dio files in the Draw.io editor, as xml or both.
- Edit .drawio.svg files with embedded Draw.io diagrams (might be slow for diagrams with > 400 nodes).
- To create a new diagram, simply create an empty .drawio or .drawio.svg file and open it!
.drawio.svg are valid .svg files.
- Uses an offline version of Draw.io by default.
- An online Draw.io url can be configured.
- A Draw.io theme can be selected.
https://github.com/hediet/vscode-drawio
#ts #docops
https://devblogs.microsoft.com/python/announcing-pylance-fast-feature-rich-language-support-for-python-in-visual-studio-code/
#python #VSCode
#python #VSCode
Microsoft News
Announcing Pylance: Fast, feature-rich language support for Python in Visual Studio Code
We are excited to announce Pylance, our fast and feature-rich language support for Python in Visual Studio Code! Pylance is available today in the Visual Studio Code marketplace. Pylance depends on our core Python extension and builds upon that experience…