Opening Cuda Files with Code Editor.
See original GitHub issueIs your feature request related to a problem? Please describe.
I’m always frustrated when I try to open a file to edit it and the file gets downloaded. In particular, recently I’ve working with .cu
files.
Describe the solution you’d like
The text-based files, such as source code, could simply open on the text editor. Hence, having the same behaviours such as for the .c
and .py
files.
- I wish to be able to open
.cu
files in the colab code editor; - If possible, allow users to configure which files they want to open in the code editor. Today is cuda files, tomorrow could be another extension. After all, the download option is always available on the
right-click menu
; or - Add the option to open with code editor to the
right-click menu
.
Describe alternatives you’ve considered
Currently, the work around is to save the file as .c
in order to edit it. Then when I need to use it I rename it to .cu
. This process is time consuming.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
simplest programming environment (editor) for Cuda?
Open “My Computer” (or explorer, or whatever) and navigate to C:\ProgramData\NVIDIA Corporation\NVIDIA CUDA SDK\common; Double-click on ...
Read more >CUDA Support in Visual Studio Code with Julia Reid - YouTube
Sign up for Pure Virtual C++ 2021 today! https://visualstudio.microsoft.com/pure-virtual-cpp-event-2021/Julia gives a peek into the state ...
Read more >Compiling CUDA File in VS Code [A How-To Guide]
The procedure to do that is fairly simple. In your project, hit F5F5/F5 and you'll get the below pop-up. The default compiler chosen...
Read more >Using Visual Studio Code for CUDA
To open it if it doesn't exist goto “Terminal -> Configure Tasks”. Either choose directly “open tasks.json” or any of the other configure ......
Read more >CudaText - Home
CudaText is a cross-platform text editor, written in Object Pascal. It is open source project and can be used free of charge, even...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Fix should arrive in a few days.
This should be fixed now.