intellij-idea - 相当于 Jetbrains/IntelliJ/Rubymine 的 VScode 划痕(一次性笔记)

标签 intellij-idea visual-studio-code

我最近从 Jetbrains Rubymine/Webstorm 切换到 VSCode。

我非常想念的一个功能是 scratches .

Scratch files are fully functional, runnable, and debuggable files, which support syntax highlighting, code completion, and all other features for the corresponding file type. For example, while working on one project, you may come up with an idea for a method that you could later use in another project. You can create a scratch file with a draft of the method, which is not stored in your project directory but can be accessed and opened from another project. You can use scratch files to draft Java code constructs, HTTP requests, JSON documents, and so on.



VSCode 中有没有类似的东西?我做了一些研究,但没有成功。

最佳答案

在我对从 PHPStorm 切换到 VSCode 的类似问题进行研究期间,我找到了您的问题和答案 here .

关于intellij-idea - 相当于 Jetbrains/IntelliJ/Rubymine 的 VScode 划痕(一次性笔记),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54147441/

相关文章:

ssh - 是否可以在 SSH 终端中使用 "code"命令在本地机器上使用 SSH 扩展打开 VS Code?

debugging - 调试 Golang 代码并将其附加到本地进程

intellij-idea - IntelliJ 想法 - 发现 Jetty 重复配置?

java - IntelliJ IDEA : Project SDK Settings is not retained after reopenning IDE

java - 同一窗口中有 2 个 Maven 项目的 IntelliJ 社区

java - 我无法在 Visual Studio Code 上设置 JDK

javascript - 安装 eslint 作为扩展和安装为 npm 包有什么区别?

c++ - 如何修复由于 C++ includePath 导致的 "No such file or directory..."错误

actionscript-3 - 如何在AS3中添加键盘交互

java - 在 Tomcat 上使用 OpenJPA 时出现 NullPointerException