Don Jayamanne

Results 145 issues of Don Jayamanne

@astier commented on [Wed Jan 30 2019](https://github.com/Microsoft/vscode-python/issues/4234) ## Environment data - VS Code version: 1.30.2 - Extension version (available under the Extensions sidebar): 2019.1.0 - OS and version: Arch -...

bug
good first issue
feature: intellisense

See https://github.com/Microsoft/language-server-protocol/issues/468 **The preview feature has landed in VS Code** Not sure about support in LSP, but support is available for extensions. https://code.visualstudio.com/updates/v1_33#_call-hierarchy

enhancement
feature: analysis

@amittleider commented on [Fri Jun 07 2019](https://github.com/microsoft/vscode-python/issues/5944) Currently the MS Language Server won't allow jumping to a class (using Go to Definition) if it's found in a different VSCode workspace....

upstream-extension
external

Existing Julia language server should work in most cases., However Notebooks is a whole new document model. One can have a variable initialized in cell 1 and used in cell...

enhancement
area-notebook

I tried to add support for interrupt in notebook. Basically sent a SIGINT signal to the process launched in the terminal & noticed the process actually died. I thought it...

enhancement
area-notebook

First, thanks a lot for this awesome package. I dabble a little in python and use pandas, and this library just makes me feel at home when using tensorflow.js in...

enhancement

When extracting a variable or method, we have the option of extracting Similar code (parameter similar in the method - [get_changes(self, extracted_name, _**similar=False**_, global_=False)](https://github.com/python-rope/rope/blob/7232b26878c76040865358190f925e4c6be15e8d/rope/refactor/extract.py#L53)). Thanks for this great feature. Now,...

question

### FOLLOW THESE INSTRUCTIONS CAREFULLY *ISSUES THAT DO NOT CONTAIN NECESSARY INFORMATION MAY BE CLOSED, IMMEDIATELY* The issue tracker is NOT the place for general support. For questions and technical...

type: discussion
tag: notebook

Would like to get some feedback on the new VS Code Interactive window (feature) (Would this be beneficial to the R extension)? https://github.com/microsoft/vscode/issues/126415 here's an example of it being used...

feature-request

It seems to be just using node to run shell scripts.