mayank
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 8
-
-
mayank created a post, AnsweredHow to make urls in "Table View" clickable ?
I have a table column containing URLs. Is there a way I can make these URLs clickable? Right now, in order to open the URLs, I have to copy and paste them in the web browser. It's a tedious process. -
mayank created a post, ctrl+B opens ".pyi" file. How to open ".py" file instead?
If I do "Ctrl+B" on any of the import statements, it opens up its ".pyi" file. Instead of this, I want the ".py" file to be opened instead. -
mayank created a post, What is the number in dictioinary key names
In the variabls pane, while debugging, a big number appears right next to the names of dictionary keys. What's that? For eg, a simple dictionary - d = {'a':1} , look like { 'a' (139726674695984) : ... -
mayank created a post, Debug-Edit-Save JS code in pycharm-django set up
Can you please suggest how do you guys debug, edit and save JS while running a django dev server in pychram. For me the routine is somethig like this - Write\Edit JS code in Pychame Start dev ser... -
mayank created a post, AnsweredArrow keys not in python console's "show variables" window. Neither I am able to "Jump to source".
I am using Pycharm 2017.3.3 Professional edition. These days I am facing a starnge issue in the software. While working in the "pyhton console" of the IDE, I am facing following 2 problems : 1 - In...