jshep98
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
jshep98 created a post, AnsweredIdeaVim: Append output of an external command in Rubymine
In Vim, running `:0read !date` inserts the current date on the current line. Is there anyway we can make this work in idea vim ? -
-
jshep98 created a post, CompletedRSpec keywords not recognised in RubyMine Editor
RSpec tests run OK from the CLI & with Run > Run... Menu item in RubyMine But the editor does not recognise RSpec keywords like describe, it... and autocompletion does not work when writing tests. ... -
jshep98 commented, -
jshep98 created a post, AnsweredPycharm: Typing double-quotes inside parenthesis inserts quotes after parenthesis
Am using Pycharm + IdeaVim plugin When editing a markdown python code fence in Pycharm, typing a double-quote inside a parenthesis the double-quotes are inserted outside the parenthesis. How can I ... -
jshep98 created a post, Running python code from a code fence in markdown
When editing an sql code fence in Markdown, We can execute the SQL snippet by right clicking and selecting SQL code provided a database is connected & datasource is defined. But cannot see a simil...