Gregory-K
Gregory-K
Something similar happens with "Find Usages", command palette drop down list with the results prefixed with "__main__"
x0nix's 'quickfix' only hacks/paves the way to "Goto Definition" of an imported library (at the `import` statement location, like mikez mentioned above). Thanks to x0nix for their suggestion. A quick...
@mikez the situation is a little perplexed. ST4 provides and 'runs' Python 3.8 for its plugins/plugin-system and will continue to do so till the next major version upgrade, ST5. What...
Just an update. I tried today a Python 3.10 virtual env and ST4 + Anaconda v2.3.0. `Goto Definition`, `Goto Assignment`, and `Find Usages` commands persist on not working. I'm attaching...
Check this issue #254 Disable showing icons in two places: "Highlight all style" and "Highlight style" @Monnoroch OR Install [ImageMagick](http://www.imagemagick.org/script/binary-releases.php#windows)
"Corresponding note references" (naming stolen from Drupal, https://www.drupal.org/project/cnr) is a nice feature, though, I think it needs a database in order work fast enough to be useful. Can we use...
suggested steps - feature enabled and placed into a panel - create references (links to other notes) - press a button to create corresponding references or check an option to...
Wouldn't be better to remove also the whole `if` statement block from `login.php` ? ```php // Register process if (isset($_POST['signup'])) { $username = htmlentities(trim($_POST['username'])); $password = password_hash($_POST['password'], PASSWORD_DEFAULT); $email =...
@uinguzero may means something like that:  This is a website's log file, written line by line. Even in the absence of timestamp sorting (LogAnalyzer), the log-lines are in timestamp...