Giter Site home page Giter Site logo

microsoftdocs / intellicode Goto Github PK

View Code? Open in Web Editor NEW
742.0 30.0 66.0 240.91 MB

Visual Studio IntelliCode - AI-enhanced development tools. 👋Want to submit an issue to MicrosoftDocs/intellicode? If you have a bug or an idea, read the contributing guidelines before opening an issue. For FAQ's see

Home Page: https://aka.ms/vsicfaq

License: Creative Commons Attribution 4.0 International

PowerShell 100.00%

intellicode's Introduction

intellicode's People

Contributors

2percentsilk avatar alexbuckgit avatar american-dipper avatar atikmapari avatar ayim avatar catycaldwell avatar court72 avatar cxwtool avatar davidobando avatar erickson-doug avatar gewarren avatar ghogen avatar githubber17 avatar j-martens avatar jkeech avatar juihanamshet1 avatar ktoliver avatar mschulz-msft avatar osobeso avatar prmerger-automator[bot] avatar prmerger12 avatar prmerger17 avatar prmerger18 avatar prmerger19 avatar taojunshen avatar terryglee avatar v-andreaco avatar v-rajagt-zz avatar vaseem-raza avatar vivlimmsft avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

intellicode's Issues

[VS] TS/JS support in Visual Studio

OS Version [macOS/Windows]: Windows
Target Platform or Language [e.g. Python]: TypeScript/JavaScript

Steps to Reproduce / Scenario:
Bring the TypeScript/JavaScript support into the Visual Studio IntelliCode extension

The Microsoft Python language service breaks CTags and the VS Code Outline view.

Switching away from Jedi to the Microsoft Python language service causes ctags.exe to throw errors while it is attempting to generate tags. It also neuters the recently added VS Code Outline panel. The Outline ever updates with navigable information such as method names, class names, etc...

Re-enabling Jedi and disabling the Intellicode extension restores both the CTags and Outline view functionality.

Never Seen IntelliCode Work Once

Product and Version [VS/VSCode]: 1.30.2
OS Version [macOS/Windows]: 1803
IntelliCode Extension Version: 1.1.2
Target Platform or Language [e.g. Node.js]: C# .Net, JavaScript

Steps to Reproduce / Scenario:

  1. Install IntelliCode extension

I believe that's all we are supposed to do. I've never seen IntelliCode work once yet, in VS Code. I've created new projects and have edited old ones. No starred suggestion, nothing different than I've already been seeing.

I posted this in a related closed thread but didn't get any reaction so I'm guessing I just have to create a new one. I've disable and even tried reinstalling but still nothing.

AI Algorithm behind Intellicode

Hello,
I wanted to ask if you could provide any information about the AI Algorithm used for Intellicode. It would be also great if you could give some insight what data you collect for learning your model and what features are used for the machine learning approach. I could not find any paper, article or blog describing that.

IntelliCode and edit.suggestSelection: recentlyUsed* not working as expected

Product and Version [VS/VSCode]: 1.29.1
OS Version [macOS/Windows]: macOS 10.14.1
IntelliCode Extension Version: 1.1.0
Target Platform or Language [e.g. Node.js]: TypeScript 3.1.4

Steps to Reproduce / Scenario:

nagranie z ekranu 2018-12-12 o 09 55 08 2018-12-12 10_29_51

Transcript:

  • i type "re" and pick "res"
  • i type ".st" and pick "status"
  • i type "200).js" and pick "json"
    As you can see, Vscode doesnt remember my last choices. This happens with "recentlyUsed" and "recentlyUsedByPrefix". Actually its hard to see in encoded GIF, but selected item in Suggest window is always the first one. I have to manualy pick my choice with down-arrow.
    With IntelliCode extension disabled it works a expected.
    No logs in Output panel for IntelliCode.

It doesn't work on existing project, but works with a new one

VS Code Version: 1.29.1
OS Version [macOS/Windows]: macOS latest
Visual Studio IntelliCode Extension Version: 1.1.0
Python Extension Version: -
Target Platform or Language [e.g. Python]: JS & TS

If I use it on my existing project it doesn't work, I simply don't get star icon near suggestions and order is alphabetical in JS or TS. But if I create a new project and create a new file for e.g. index.js or index.ts it works.

My tsconfig.json:

{
  "compilerOptions": {
    "target": "es2015",
    "jsx": "react-native",
    "noEmit": true,
    "moduleResolution": "node",
    "allowJs": true,
    "importHelpers": true,
    "noUnusedLocals": true,
    "noUnusedParameters": true,
    "experimentalDecorators": true,
    "allowSyntheticDefaultImports": true,
    "rootDir": "./src",
    "skipLibCheck": true,
    "esModuleInterop": true,
    "lib": [
      "es2015",
      "es2016",
      "es2017"
    ],
    "sourceMap": true
  },
  "exclude": [
    "node_modules",
    "android",
    "ios",
    "coverage",
    "src/native-base-theme"
  ],
  "include": [
    "src/**/*",
    "typings/**/*"
  ]
}

VS IntelliCode output:

Acquiring model 'JSIntelliCode-Completions'  with schema version between [1, 1]
Querying IntelliCode service for available models.
Endpoint: https://ppe.intellicode.vsengsaas.visualstudio.com/api/v2/repoAgnostic/analyzers/JSIntelliCode/models/latest?declaredName=Completions&minSchemaVersion=1&maxSchemaVersion=1
Cached model is up to date.

VSCode version requirement in IntelliCode description misleading

VS Code Version: Any
OS Version [macOS/Windows]: Any
Visual Studio IntelliCode Extension Version: <= 1.0.3
Python Extension Version: Any
Target Platform or Language [e.g. Python]: n/a

Steps to Reproduce / Scenario:

  1. Plugin description says "This extension is only applicable for the July release of Visual Studio Code".
  2. However, Plugin works fine with any version after the July release.

Couldn't download IntelliCode model. Please check your network connectivity or firewall settings.

VS intellicode output(version:1.1.2):
Acquiring model 'intellisense-members' for python
Querying IntelliCode service for available models.
Couldn't reach service Error Message: connect ETIMEDOUT 137.135.104.11:443, (Error)
Could not reach the IntelliCode service. Checking the local model cache.
None of the cached models match.
Couldn't download IntelliCode model. Please check your network connectivity or firewall settings. Error Message: connect ETIMEDOUT 137.135.104.11:443, (Error)
No model available for Python, cannot continue.

Intellicode will disable ms-python.python

VS Code Version: 1.27.2
OS Version [macOS/Windows]: window 7
Visual Studio IntelliCode Extension Version: 1.0.4
Python Extension Version: 2018.8.0
Target Platform or Language [e.g. Python]: python

Steps to Reproduce / Scenario:

  1. Install intellicode and then enable
    "ms python-language-server"
    will make the python extension fail:
    such as python.execInTerminal cannot found
    and python.setinterpretor cannot found

After I uninstall intellicode everything is fine.

Not working with TypeScript in VS Code

Product and Version [VS/VSCode]: VS Code
OS Version [macOS/Windows]: macOS 10.14.2
IntelliCode Extension Version: 1.1.2
Target Platform or Language [e.g. Node.js]: TypeScript

Steps to Reproduce / Scenario:

  • Only this extension is enabled, plus no user settings: code --user-data-dir temp . and --disable-extension for every extension except this one
  • Simple .tsx file

image

Please copy and paste any details that are visible in the Output window logs for VS-IntelliCode

I don't see an option for this:

image

[VS Code] Golang support

Please consider adding support for Golang

Product and Version: VS Code v1.30.1
OS Version: Windows 10 v1809
IntelliCode Extension Version: v1.1.2
Target Platform or Language: Golang

[VS] Feature Request: Share custom models publicly for Open Source Repos

Product and Version [VS/VSCode]: VS Professional 2017 - 15.9.3
OS Version [macOS/Windows]: Windows 10 - Build
IntelliCode Extension Version:
Target Platform or Language [e.g. Node.js]: C#

Scenario:

I work for a company Umbraco where our CMS is written C# and is available on GitHub. It would be great for anyone who is working with the Umbraco source code and that includes our wider community who contribute bug fixes etc.

It would be a great out of box experience if we can ship the custom model in the repo so that all users contributing to the code get the Intellicode suggestions

Typescript React support

Can you add typescript react support for typescript only. Right now when I am inside .tsx file Intellicode doesn't work. Only in .ts files.

README: privacy practices need documentation

The VSCode extension readme doesn't have a single sentence about your privacy / data-usage & collection practices.

Looking at the Visual Studio (not VS Code) IntelliCode FAQ, I read that:

"IntelliCode uses the developer's current code context and patterns based on thousands of highly rated, open-source projects on GitHub. The results form a model that predicts the most likely and most relevant API calls."

and paragraph Q. What happens when my model is trained, and what data is sent to Microsoft? says:

"To train a model based on your code, the IntelliCode extension extracts only those elements of the code that are needed to create a model for recommending completion values. For example, it extracts the names of classes and methods and how often they're called in different circumstances. The extracted data is transmitted to the IntelliCode service, which uses machine learning algorithms to train a model for your code. It then returns the model to your computer where it's merged with the base model."

"We don’t track your keystrokes or extract the values of literals (such as strings) from your code, nor do we extract whole expressions or statements. All communication with the IntelliCode service is over HTTPS. For more information, see Q. How secure is this?."

Is it the same for the VSCode extension? What does "current code context" mean? What data does the extension send? Code? A binary representation? How often? The FAQ entries should be repeated, complemented, or at least linked to in the README.

Visual Studio IntelliCode Extension Version: 1.1.0

Symbol (function/method) identification is incorrect

Issue Type: Bug

If a method or function is decorated, when that method is looked up, the location is shown incorrectly.

This works

def some_func()
...

This doesn't

@some_decorator()
def some_func()
...

Some other line in the code gets highligted when the method is selected from the list (Ctrl + Shift + O). Also the method is incorrectly identified as a dictionary.

Extension version: 1.0.5
VS Code version: Code 1.28.2 (7f3ce96ff4729c91352ae6def877e59c561f4850, 2018-10-17T00:23:51.859Z)
OS version: Windows_NT x64 10.0.14393

System Info
Item Value
CPUs Intel(R) Xeon(R) CPU E5-2683 v3 @ 2.00GHz (4 x 1998)
GPU Status 2d_canvas: enabled
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: unavailable_software
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
Memory (System) 16.00GB (11.01GB free)
Process Argv
Screen Reader no
VM 50%

stop working/become slow with Python from time to time

vscode: 1.30.2
intellicode: 1.1.2
os: Windows 10

For some reason, intellcode is not very unstable and always stop working after a while as I'm not getting any suggestions anymore. I tried to reload the window but it doesn't seem to fix the issue. Does the extension require internet connections or something? I wonder if you guys can consider adding an icon in the status bar to inform the users, like kite or something.

Except that, intellcode doesn't seem to have lots of methods indexed with Python. Some basic pandas methods and attributes, like .value_counts() and .columns, never show up. In addition, intellicode doesn't seem to index the column name in a pandas DataFrame either since I never got any suggestion while using dot notation to select columns.

microsoft/vscode-python#4063

Feature Request: Use Git to determine authorship

VS2017 15.8.9
Windows 10
Intellicode Extension: 2.0.265.7452
Target language: C#

The IntelliCode FAQ says

For C# developers, IntelliCode can learn patterns from your code.

"Your code" is pretty loose here. To IntelliCode, "your code" is whatever solution you train on. To me, "your code" is code that I wrote.

It would be awesome if IntelliCode could look at the Git history to see what code I, individually, wrote and give those lines more weight.

[VS Code] Ruby support

OS Version [macOS/Windows]: Windows
Target Platform or Language [e.g. Node.js]: Ruby

Steps to Reproduce / Scenario:
Add Ruby support to VS Code IntelliCode.

[VS] PowerShell support

Product and Version [VS/VSCode]: VS
Target Platform or Language [e.g. Node.js]: PowerShell

Steps to Reproduce / Scenario:
Add PowerShell support to Visual Studio Intellicode

When using the Microsoft python language server, the output panel pops up automatically, causing the user to terminate subsequent input.

Issue Type: Bug

When modifying a content on an existing python file, once I type dot after some objects, the Microsoft python language server will automatically pop the control panel and place the input focus on the output panel. Because I have to finish the relevant content in the back, but I don't want this unexpected automatic pop-up output panel to terminate my subsequent input behavior.You can add a configuration to let the user set this behavior.This situation will disappear when using Jedi.

When I didn't make any changes to my settings:

python2

When I use jedi:

python3

Extension version: 1.0.3
VS Code version: Code - Insiders 1.28.0-insider (29e6dce4352db76d8956035990b8630580226588, 2018-09-14T08:23:30.210Z)
OS version: Windows_NT x64 10.0.17134

System Info
Item Value
CPUs Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz (8 x 1800)
GPU Status 2d_canvas: enabled
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: enabled
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
Memory (System) 7.88GB (4.38GB free)
Process Argv D:\Program Files\Microsoft VS Code Insiders\Code - Insiders.exe
Screen Reader no
VM 0%

PYTHONPATH set in "python.envFile" ignored

VS Code Version: 1.25.1
OS Version: Windows 7
Visual Studio IntelliCode Extension Version: 1.0.1
Python Extension Version: 2018.7.1
Target Platform or Language: Python

Steps to Reproduce / Scenario:

I noticed that jedi seems to be picking up the PYTHONPATH set in my .env file, but turning that off to enable intellicode requires adding the same paths to python.autoComplete.extraPaths to find my modules.

Extension works slow as hell on large TypeScript Angular project

Hello

I recently had to disable that extension in my latest VS Code insider build.

Could you please make adapt that extension behavior to large projects. Navigation to definition takes forever.

Thank you.

Product and Version [VS/VSCode]: latest insider
OS Version [macOS/Windows]: Windows
IntelliCode Extension Version: last
Target Platform or Language [e.g. Node.js]: Node.JS

[VS] VB.NET support

Product and Version [VS/VSCode]:
OS Version [macOS/Windows]:
IntelliCode Extension Version:
Target Platform or Language [e.g. Node.js]:

Steps to Reproduce / Scenario:

brackets can't be auto-completed

VS Code Version:1.26.1
OS Version [macOS/Windows]:Windows 10 17134.228
Visual Studio IntelliCode Extension Version:1.0.3
Python Extension Version:3.7
Target Platform or Language [e.g. Python]:
Python

rackets can't be auto-completed

Python dose not autocomplete methods from inherited class

vscode : 1.30.2
intellicode : 1.1.2
os : Windows 10

I Can't found how to get autocomplete of inherited methods.
Am I misunderstanding about something?
Here is example.

from keras.models import Sequential
from keras.layers import Dense, Activation

model = Sequential([
    Dense(32, input_shape=(784,)),
    Activation('relu'),
    Dense(10),
    Activation('softmax'),
])

# not support autocomplete
model.summary()  
model.compile(loss='categorical_crossentropy', optimizer='sgd', metrics=['accuracy'])

# It works! 
model.__base__.compile() 
model.__base__.__base__.summary()

Python Language Server is taking all my RAM.

VS Code Version: 1.27.2
OS Version [macOS/Windows]: Pop_Os 18.04
Visual Studio IntelliCode Extension Version: 1.0.4
Python Extension Version:2018.8.0
Target Platform or Language [e.g. Python]: Python 3.7
Steps to Reproduce / Scenario:

  1. Open a flask web project
  2. Start typing and press ctrl+space to invoke IntelliSense

Problem:

The process Microsoft.Python.LanguageServer is taking more than 14G of RAM of my 16G machine. The status indicator at the bottom of VS Code shows "Analyzing workspace, 8 items remaining" and simply doesn't finish.

screenshot from 2018-10-04 19-18-15

python_lang_server_bug

Jump to definition not working properly in JS

Product and Version [VS/VSCode]: VSCode Version 1.30.0
OS Version [macOS/Windows]: macOS 10.14.2
IntelliCode Extension Version: latest
Target Platform or Language [e.g. Node.js]: React/JS.

Steps to Reproduce / Scenario:

  1. Enable the extension.
  2. Every import from node_modules, when I try to jump to the definition - it takes like 10 seconds and then goes to a build folder that web pack outputs.
  • When I disable the extension, the jump to definitions works as expected.
  • Any idea how can I disable it specific for JS? cause I have python and JS in the same project and it works fine for python.

autoComplete addBrackets was doesn't work

VS Code Version: VS Code 1.27.0-insider
OS Version: WINDOWS 10
Visual Studio IntelliCode Extension Version: Visual Studio IntelliCode-Preview(1.0.3)
Python Extension Version: Python Extension Version:2018.7.1 (23 July 2018)
Target Platform or Language: Python 3.7

Steps to Reproduce / Scenario:

  1. Select "Enable Visual Studio IntelliCode completions for Python
    2.Select "True" For "python.autoComplete.addBrackets"
    3.Type "print" or any function by IntelliSense
    4.It doesn't add brackets after the function
    0
    1
    2

[VS Code] Rust support

Can you add support for Rust too! (and powershell!)

Feel free to rewrite in Rust too ;)

[VS Code] Support for custom models in TS/JS

Target Platform or Language [e.g. Python]: JavaScript/TypeScript

Steps to Reproduce / Scenario:
Bring custom model training for TS/JS to the IntelliCode extension for VS Code.

[VS Code] PowerShell support

Product and Version [VS/VSCode]: VS Code
Target Platform or Language [e.g. Node.js]: PowerShell

Steps to Reproduce / Scenario:
Add PowerShell support to the VS Code IntelliCode extension

No suggestions when using TS workspace version (3.1.6) instead of VS version (3.1.4)

Product and Version: VSCode 1.29.1
OS Version: Windows 10 (64bit)
IntelliCode Extension Version: 1.1.0
Target Platform or Language: nodejs

Steps to Reproduce / Scenario:

  1. Configure project to use a higher TS version than the currently shipped one (which is 3.1.4)
  2. See it not working

I'd understand smth like "works only for TS X.Y.Z or higher" due to missing features in older versions - but why does it not work if the workspace version is newer?

IntelliCode suggestions should be always first

VS Code Version: 1.29.1
OS Version [macOS/Windows]: macOS latest
Visual Studio IntelliCode Extension Version: 1.1.0
Python Extension Version: -
Target Platform or Language [e.g. Python]: JavaScript / TypeScript


TypeScript

image

As you can see has shouldn't be first.

image

As you can see I typed p which should give me push first, but it gave me pop instead. Same is in JS.

JavaScript

image

In JS it's even worse :(

Server initialization failed

Starting Microsoft Python language server.
[Info - 3:33:04 PM] Created Microsoft.PythonTools.Interpreter.Ast.AstPythonInterpreter instance from Microsoft.PythonTools.Interpreter.Ast.AstPythonInterpreterFactory
[Error - 3:33:05 PM] Server initialization failed.
Message: Object reference not set to an instance of an object.
Code: -32000
[object Object]

Can't uninstall / disable IntelliCode

I have the issue described in #4

Regular Intellisense is not working, so I am trying to disable or uninstall IntelliCode until a solution is available (and hoping that Intellisense will be enabled). This gives me the message:

Cannot uninstall extension 'Visual Studio IntelliCode - Preview'. Extension 'Python Extension Pack' depends on this.

Do I have to revert back to VS Code 1.24 in order to get regular Intellisense back, or is there some other way to remove IntelliCode?

Extension tries to download forever

Product and Version [VS/VSCode]: VSCode
OS Version [macOS/Windows]: Windows 10
IntelliCode Extension Version: 1.1.2
Target Platform or Language [e.g. Node.js]: JavaScript and Python

In the output the window, intellicode goes to download the models and seems to do this forever, it doesn't time out or anything. When I click on the link I get an error that the signature is malformed, so I think this is related to Issue #4
I downloaded the model directly like the other issue says, Is there a way to use the local model before downloading a new one?

intellicode_info

[VS] Support for custom models in TS/JS

Product and Version [VS/VSCode]: VS
Target Platform or Language [e.g. Node.js]: TypeScript/JavaScript

Steps to Reproduce / Scenario:
Bring custom model support to TS/JS in Visual Studio

intellicode incorrect order on typing

Product and Version: VSCode
OS Version: macOS and Windows
IntelliCode Extension Version: 1.1.0
Target Platform or Language: TypeScript

Steps to Reproduce / Scenario:

  1. trigger intellisense
    image

  2. proceed writing desired method or property
    image

  3. press enter -> incorrect method gets selected
    image

Expected Behaviour
.subscribe should be the first on the list.

Suggestions not popping up

VS Code Version: 1.29.1
OS Version [macOS/Windows]: macOS
Visual Studio IntelliCode Extension Version: 1.1.0
Target Platform or Language [e.g. Python]: TypeScript

I'm not getting any IntelliCode suggestions in VSCode stable (1.29) at this point, while I do get them in Insiders (1.30). Are there known compatibility issues with other extensions? Or is this intended to work in Insiders only for now?

I'm seeing this in the output panel in 1.29, all seems fine:

Acquiring model 'JSIntelliCode-Completions'  with schema version between [1, 1]
Querying IntelliCode service for available models.
Endpoint: https://ppe.intellicode.vsengsaas.visualstudio.com/api/v2/repoAgnostic/analyzers/JSIntelliCode/models/latest?declaredName=Completions&minSchemaVersion=1&maxSchemaVersion=1
Downloading model.
Starting download of https://cdsmppestg.blob.core.windows.net/codesmartsfileshares-ppe/completions-181002173250434-1?sv=2017-04-17&sig=%2Br1SnwTUx0LfwFzjJlEx0cFK4i6dn2VVIWC3wYvZzU0%3D&spr=https&se=2018-12-07T08%3A49%3A46Z&srt=o&ss=b&sp=rl
Download complete.

I just don't get any "★" suggestions:

image

Getting error during initial load of vscode for JS files

Getting below error notification when opening the vscode after installing Intellicode.
This issue happens when js files is opened by default.

Couldn't download IntelliCode model. Please check your network connectivity or firewall settings.

Visual Studio IntelliCode Version: 1.1.0

Version: 1.29.1 (user setup)
Commit: bc24f98b5f70467bc689abf41cc5550ca637088e
Date: 2018-11-15T19:13:36.375Z
Electron: 2.0.12
Chrome: 61.0.3163.100
Node.js: 8.9.3
V8: 6.1.534.41
Architecture: x64
OS Version: Windows 10

Output Opens Automatically

VS Code Version: 1.26.1
OS Version [macOS/Windows]: Linux pop-os 4.15.0-33-generic
Visual Studio IntelliCode Extension Version: 1.0.3
Python Extension Version: 2018.7.1
Target Platform or Language [e.g. Python]: Python

Steps to Reproduce / Scenario:
1.
Writing a forloop:
for name in names
The output shows up displaying errors:
screenshot from 2018-08-26 00-52-23

When a Python file is open
Renaming the file name with cause Output to show up with errors.

How to stop the Output window from showing up?

Related to:

Not a bug

I heard that VSIC is trained from 2,000 excellent open source repositories,so is there any list contains these repositories' link?

Couldn't download IntelliCode model

  • OS:Ubuntu 16.04
  • Version: 1.25.1

I have install the Visual Studio IntelliCode extension,but when i enable the Microsoft Python Language Server,a error has occur

Couldn't download IntelliCode model. Please check your network connectivity or firewall settings.

What might be the reason for this and how could i solution this?

Repeated suggestions

VS Code Version: 1.29.1
VS Code Inellicode Version: 1.1.0
OS Version [macOS/Windows]: Windows 10
Target Platform or Language [e.g. Python]: TypeScript 3.1.4

Seeing many of the same suggestion:

image

They're all repeated exactly 10 times, except stack, which has 9 "stack"s and a "stack?":

image

Not sure how to specifically repro. Just installed the extension and this is the first suggestion I've gotten. Very large code base.

Type type in question is the TypeScript Error interface:

image

image

Hope that helps! Thanks for including TypeScript. Really excited about Intellicode, and happy to have the preview.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.