https://github.com/gangliao/vs-code-cuda
support cuda grammars in Visual Studio Code
https://github.com/gangliao/vs-code-cuda
cuda vs vs-code vscode-extension
Last synced: 7 months ago
JSON representation
support cuda grammars in Visual Studio Code
- Host: GitHub
- URL: https://github.com/gangliao/vs-code-cuda
- Owner: gangliao
- License: mit
- Created: 2016-10-27T05:00:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-27T05:29:42.000Z (over 8 years ago)
- Last Synced: 2024-11-02T18:42:39.087Z (8 months ago)
- Topics: cuda, vs, vs-code, vscode-extension
- Homepage:
- Size: 439 KB
- Stars: 34
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
## This extension is used for developers to contribute [PaddlePaddle](https://github.com/baidu/Paddle) via VS Code.
## Installation
Simply copy the ms-vscode.cuda-0.1.0 folder into your .vscode/extensions folder. Depending on your platform it is located:
```
Windows %USERPROFILE%\.vscode\extensions
Mac $HOME/.vscode/extensions
Linux $HOME/.vscode/extensions
```
## Update VS Code* Split the editor (`Cmd+\` on OSX or `Ctrl+\` on Windows and Linux)
* Toggle preview (`Shift+CMD+V` on OSX or `Shift+Ctrl+V` on Windows and Linux)
* Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (OSX) to see a list of Markdown snippets## VS Code Syntax highlight
### For more information
* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)
* [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/)