Konstantin Zaitcev

Results 21 comments of Konstantin Zaitcev

No, VSCode does not provide API for access to terminal ;( it also not possible to configure tasks.json in VSCode to use terminal as output, According build on save I...

@oderwat I have added buildOnSave based on tasks.jons recently, could you please check, may be it will solve some of Your problems

@oderwat I have added run file functionality that opens internal terminal windows, compile and run selected file. It can be executed by `F6` or from editor context menu. I hope...

@dom96 I have added options to run unsaved file

@tim-st nimsuggest dont guarantee returns all occurrences correctly, Some time ago I was trying integration rename support but found that standard VSCode find and replace works better than nimsuggest support

The current plan is to adopt [this](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) extension from Microsoft to allow debug Nim code. Currently this extension allows debug nim code with some weakness and name mangling.

To add icon for file type it is required add it for each theme separatelly, the [VSCode Icons](https://marketplace.visualstudio.com/items?itemName=robertohuertasm.vscode-icons) theme already support Nim icons The default VSCode Seti theme doesnt support...

I guess this functionality should be provided by nimsuggest, because in IDE there are lot of place where will require support case conversion, @Araq what is your opinion?

Open `Help->Toggle Developer Tools` and copy log information from `Console view`

@ratiotile these errors produced by `nim check ` command, it seems You have incorrect config file