CSeitel / open-in-npp

VSC-extension: Open In Notepad++
MIT License
1 stars 1 forks source link

Missing context menu entry at explorer view #2

Closed SebastianSolidwork closed 4 years ago

SebastianSolidwork commented 4 years ago

Command palette and shortscuts are working, but at the explorer view an entry in the context menu is missing. I'm having Windows 10 64bit with the latest VS-Code image

CSeitel commented 4 years ago

Hi, I think this is the context menu of the explorer tree; only the context menu of the editor view is extended by 'OpenInNpp'; I am undecided about extending the context menu of the explorer tree because some users may not want the explorer menu getting cluttered with entries from miscellaneous extensions

SebastianSolidwork commented 4 years ago

@CSeitel Your are right, this is from the explorer view. Could you make it configurable? Default active ,so people see it, and deactivatable in the settings. I'd like to open files direclty in Npp with no detour to open files first.

It works directly from the file: image

CSeitel commented 4 years ago

Found the solution at https://stackoverflow.com/questions/46714353/how-to-customize-context-menu-in-visual-studio-code; new version published 👍 would possibly still need to make the context menu entry disappear in case it is a directory 👎

SebastianSolidwork commented 4 years ago

Thanks! Opening files from the explorer view works. Please keep the entry and directories, i find it useful. So i can open many files at once, e.g. log files which i prefer to search through by Npp. If it's not too much effort you can make this, context menu entry at directories, configurable too. But please keep it or wait at least for more feedback.