atg / chocolat-public

Public bug tracker for the private chocolat project
http://chocolatapp.com
180 stars 4 forks source link

Double Tap documentation is horribly buggy. #1670

Closed ollien closed 9 years ago

ollien commented 9 years ago

I've tested this in python, but on the line

request = requests.get('http://blah.com/blah',params={'blah':blah})

When putting the cursor in "requests" it comes up with urllib.request.getproxies() which is wildly different that requests. Requests is a module for http requests.

On this line

result = request.json()

Putting my cursor over json and double tapping comes up with the json module, not the json function of a Request object.

I don't know how much better it works in other languages, but in Python, this is pretty bad.

gregplaysguitar commented 9 years ago

+1

I'd be happy if #1674 was fixed so we could just pretend this feature doesn't exist.

atg commented 9 years ago

Yes it only works for things that are on http://devdocs.io. Python standard library. I'm not about to start parsing python.