An open API service indexing awesome lists of open source software.

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

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/)